We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72da012 commit bcb3519Copy full SHA for bcb3519
spec/integration/providers/firestore.spec.ts
@@ -2,11 +2,11 @@ import { expect } from 'chai';
2
import { firestore, initializeApp } from 'firebase-admin';
3
import fft = require('../../../src/index');
4
5
-before(() => {
6
- initializeApp();
7
-});
8
-
9
describe('providers/firestore', () => {
+ before(() => {
+ initializeApp();
+ });
+
10
it('clears database with clearFirestoreData', async () => {
11
const test = fft({ projectId: 'not-a-project' });
12
const db = firestore();
0 commit comments