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 f7d2a5b commit e95a035Copy full SHA for e95a035
test/unit/data-connect/validate-admin-args.spec.ts
@@ -32,8 +32,9 @@ interface IdVars {
32
}
33
34
describe('validateAdminArgs()', () => {
35
- before(() => {
36
- firebase.initializeApp({
+ beforeEach(() => {
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
37
+ const app = firebase.initializeApp({
38
apiKey,
39
authDomain: projectId + '.firebaseapp.com',
40
});
0 commit comments