We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb149ac commit 452c9b6Copy full SHA for 452c9b6
packages/database/test/database.test.ts
@@ -17,7 +17,7 @@
17
18
import { expect } from 'chai';
19
import firebase from '@firebase/app';
20
-import { DATABASE_ADDRESS, createTestApp, DATABASE_URL } from './helpers/util';
+import { DATABASE_ADDRESS, createTestApp } from './helpers/util';
21
import '../index';
22
23
describe('Database Tests', () => {
0 commit comments