1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-06 08:05:58 +09:00
namae/src/util/pwa.test.ts
2020-08-31 10:05:26 +09:00

6 lines
124 B
TypeScript

import { isStandalone } from './pwa';
it('recognize standalone mode', () => {
expect(isStandalone()).toEqual(false);
});