File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
packages/firestore/test/unit/local Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -578,22 +578,22 @@ function compareDocsWithCreateTime(
578
578
) ;
579
579
}
580
580
581
- // describe('LocalStore w/ Memory Persistence', () => {
582
- // async function initialize(): Promise<LocalStoreComponents> {
583
- // const queryEngine = new CountingQueryEngine();
584
- // const persistence = await persistenceHelpers.testMemoryEagerPersistence();
585
- // const localStore = newLocalStore(
586
- // persistence,
587
- // queryEngine,
588
- // User.UNAUTHENTICATED,
589
- // JSON_SERIALIZER
590
- // );
591
- // return { queryEngine, persistence, localStore };
592
- // }
593
- //
594
- // addEqualityMatcher();
595
- // genericLocalStoreTests(initialize, /* gcIsEager= */ true);
596
- // });
581
+ describe ( 'LocalStore w/ Memory Persistence' , ( ) => {
582
+ async function initialize ( ) : Promise < LocalStoreComponents > {
583
+ const queryEngine = new CountingQueryEngine ( ) ;
584
+ const persistence = await persistenceHelpers . testMemoryEagerPersistence ( ) ;
585
+ const localStore = newLocalStore (
586
+ persistence ,
587
+ queryEngine ,
588
+ User . UNAUTHENTICATED ,
589
+ JSON_SERIALIZER
590
+ ) ;
591
+ return { queryEngine, persistence, localStore } ;
592
+ }
593
+
594
+ addEqualityMatcher ( ) ;
595
+ genericLocalStoreTests ( initialize , /* gcIsEager= */ true ) ;
596
+ } ) ;
597
597
598
598
describe ( 'LocalStore w/ IndexedDB Persistence' , ( ) => {
599
599
if ( ! IndexedDbPersistence . isAvailable ( ) ) {
You can’t perform that action at this time.
0 commit comments