File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type OnyxInstance from '../../lib/Onyx' ;
22import type OnyxCache from '../../lib/OnyxCache' ;
33import type { CacheTask } from '../../lib/OnyxCache' ;
4- import type MockedStorage from '../../lib/storage/__mocks__' ;
54import type { InitOptions } from '../../lib/types' ;
65import waitForPromisesToResolve from '../utils/waitForPromisesToResolve' ;
76
@@ -416,7 +415,6 @@ describe('Onyx', () => {
416415
417416 describe ( 'Onyx with Cache' , ( ) => {
418417 let Onyx : typeof OnyxInstance ;
419- let StorageMock : typeof MockedStorage ;
420418
421419 /** @type OnyxCache */
422420 let cache : typeof OnyxCache ;
@@ -450,8 +448,6 @@ describe('Onyx', () => {
450448 const OnyxModule = require ( '../../lib' ) ;
451449 Onyx = OnyxModule . default ;
452450
453- StorageMock = require ( '../../lib/storage' ) . default ;
454-
455451 cache = require ( '../../lib/OnyxCache' ) . default ;
456452 } ) ;
457453
You can’t perform that action at this time.
0 commit comments