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 d80d32b commit 3630d15Copy full SHA for 3630d15
packages/database/test/exp/integration.test.ts
@@ -28,8 +28,8 @@ import {
28
refFromURL
29
} from '../../exp/index';
30
import { onValue, set } from '../../src/exp/Reference_impl';
31
-import { DATABASE_ADDRESS, DATABASE_URL } from '../helpers/util';
32
import { EventAccumulatorFactory } from '../helpers/EventAccumulator';
+import { DATABASE_ADDRESS, DATABASE_URL } from '../helpers/util';
33
34
export function createTestApp() {
35
return initializeApp({ databaseURL: DATABASE_URL });
0 commit comments