Skip to content

Commit 379404a

Browse files
Adding one more 'Visible for testing' comment
1 parent b75a991 commit 379404a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/src/local/indexeddb_schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ export const V1_STORES = [
642642
DbTargetDocument.store
643643
];
644644

645+
// Visible for testing
645646
export const V2_STORES = V1_STORES;
646647

647648
const V3_STORES = [...V2_STORES, DbClientMetadata.store, DbTargetChange.store];

0 commit comments

Comments
 (0)