1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-07 00:16:00 +09:00
namae/src/util/pwa.test.ts

6 lines
122 B
TypeScript
Raw Normal View History

2019-09-24 13:55:43 +09:00
import {isStandalone} from './pwa';
it('recognize standalone mode', () => {
expect(isStandalone()).toEqual(false);
});