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