Skip to content

Commit e95a035

Browse files
committed
update tests
1 parent f7d2a5b commit e95a035

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/unit/data-connect/validate-admin-args.spec.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ interface IdVars {
3232
}
3333

3434
describe('validateAdminArgs()', () => {
35-
before(() => {
36-
firebase.initializeApp({
35+
beforeEach(() => {
36+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
37+
const app = firebase.initializeApp({
3738
apiKey,
3839
authDomain: projectId + '.firebaseapp.com',
3940
});

0 commit comments

Comments
 (0)