it('when navigator is supported but deviceMemory is not', () => {
      (WN as any) = mock.navigator();
      (WN as any).deviceMemory = undefined;
      expect(getNavigatorInfo()).toEqual({
        deviceMemory: 0,