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 69fd0d4 commit 960d158Copy full SHA for 960d158
packages/firestore/test/unit/core/query.test.ts
@@ -40,9 +40,7 @@ import {
40
queryCollectionGroup,
41
newQueryForCollectionGroup
42
} from '../../../src/core/query';
43
-import {
44
- canonifyTarget,
45
-} from '../../../src/core/target';
+import { canonifyTarget } from '../../../src/core/target';
46
import { MutableDocument } from '../../../src/model/document';
47
import { DOCUMENT_KEY_NAME, ResourcePath } from '../../../src/model/path';
48
import { addEqualityMatcher } from '../../util/equality_matcher';
0 commit comments