Skip to content

Commit 8f5496c

Browse files
committed
registerFirestore before test
1 parent 39f2bdd commit 8f5496c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/firestore/exp/test/bootstrap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
import '../register';
19-
18+
import { registerFirestore } from '../register';
19+
registerFirestore();
2020
/**
2121
* This will include all of the test files and compile them as needed
2222
*

packages/firestore/lite/test/bootstrap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
import '../register';
19-
18+
import { registerFirestore } from '../register';
19+
registerFirestore();
2020
/**
2121
* This will include all of the test files and compile them as needed
2222
*

0 commit comments

Comments
 (0)