mirror of
https://github.com/uetchy/namae.git
synced 2025-07-07 00:16:00 +09:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
|
import {isStandalone} from './pwa';
|
||
|
|
||
|
it('recognize standalone mode', () => {
|
||
|
expect(isStandalone()).toEqual(false);
|
||
|
});
|