File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
packages/firestore/test/integration/api Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ import { expect } from 'chai';
18
18
import * as firestore from 'firestore' ;
19
19
20
20
import * as testHelpers from '../../util/helpers' ;
21
- import firebase from '../util/firebase_export' ;
22
21
import * as integrationHelpers from '../util/helpers' ;
23
- import { PublicFieldValue } from '../../../src/api/field_value' ;
24
22
import { FieldPath } from '../../../src/api/field_path' ;
23
+ import { PublicFieldValue } from '../../../src/api/field_value' ;
25
24
26
25
const asyncIt = testHelpers . asyncIt ;
27
26
const apiDescribe = integrationHelpers . apiDescribe ;
Original file line number Diff line number Diff line change @@ -19,15 +19,14 @@ import * as firestore from 'firestore';
19
19
20
20
import { Deferred } from '../../../src/util/promise' ;
21
21
import { asyncIt } from '../../util/helpers' ;
22
- import firebase from '../util/firebase_export' ;
23
22
import {
24
23
apiDescribe ,
25
24
withTestCollection ,
26
25
withTestDb ,
27
26
withTestDoc
28
27
} from '../util/helpers' ;
29
- import { PublicFieldValue } from '../../../src/api/field_value' ;
30
28
import { FieldPath } from '../../../src/api/field_path' ;
29
+ import { PublicFieldValue } from '../../../src/api/field_value' ;
31
30
32
31
apiDescribe ( 'Database' , persistence => {
33
32
asyncIt ( 'can set a document' , ( ) => {
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { expect } from 'chai';
18
18
import * as firestore from 'firestore' ;
19
19
20
20
import * as testHelpers from '../../util/helpers' ;
21
- import firebase from '../util/firebase_export' ;
22
21
import { apiDescribe , withTestDoc } from '../util/helpers' ;
23
22
import { PublicFieldValue } from '../../../src/api/field_value' ;
24
23
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { expect } from 'chai';
18
18
import * as firestore from 'firestore' ;
19
19
20
20
import { asyncIt } from '../../util/helpers' ;
21
- import firebase from '../util/firebase_export' ;
22
21
import {
23
22
DEFAULT_PROJECT_ID ,
24
23
ALT_PROJECT_ID ,
@@ -27,8 +26,8 @@ import {
27
26
withTestCollection ,
28
27
withTestDb
29
28
} from '../util/helpers' ;
30
- import { PublicFieldValue } from '../../../src/api/field_value' ;
31
29
import { FieldPath } from '../../../src/api/field_path' ;
30
+ import { PublicFieldValue } from '../../../src/api/field_value' ;
32
31
33
32
// We're using 'as any' to pass invalid values to APIs for testing purposes.
34
33
// tslint:disable:no-any
You can’t perform that action at this time.
0 commit comments