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 3f71923 commit c140c13Copy full SHA for c140c13
packages/firestore/test/integration/api/database.test.ts
@@ -20,7 +20,6 @@ import { Deferred } from '@firebase/util';
20
import { expect, use } from 'chai';
21
import chaiAsPromised from 'chai-as-promised';
22
23
-import { vector } from '../../../src/lite-api/field_value_impl';
24
import { EventsAccumulator } from '../util/events_accumulator';
25
import {
26
addDoc,
@@ -65,7 +64,8 @@ import {
65
64
newTestFirestore,
66
SnapshotOptions,
67
newTestApp,
68
- QuerySnapshot
+ QuerySnapshot,
+ vector
69
} from '../util/firebase_export';
70
71
apiDescribe,
0 commit comments