We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444c3ae commit 3c8f85dCopy full SHA for 3c8f85d
packages/firestore/test/util/node_persistence.ts
@@ -16,6 +16,7 @@
16
*/
17
18
import * as fs from 'fs';
19
+// @ts-ignore: There are no types for indexeddbshim.
20
import * as registerIndexedDBShim from 'indexeddbshim';
21
import * as os from 'os';
22
0 commit comments