Skip to content

Commit bcb3519

Browse files
committed
moved before block inside describe
1 parent 72da012 commit bcb3519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/integration/providers/firestore.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { expect } from 'chai';
22
import { firestore, initializeApp } from 'firebase-admin';
33
import fft = require('../../../src/index');
44

5-
before(() => {
6-
initializeApp();
7-
});
8-
95
describe('providers/firestore', () => {
6+
before(() => {
7+
initializeApp();
8+
});
9+
1010
it('clears database with clearFirestoreData', async () => {
1111
const test = fft({ projectId: 'not-a-project' });
1212
const db = firestore();

0 commit comments

Comments
 (0)