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 8b6855c commit 92c651fCopy full SHA for 92c651f
packages/firestore/test/integration/api/pipeline.test.ts
@@ -18,11 +18,11 @@
18
import { expect, use } from 'chai';
19
import chaiAsPromised from 'chai-as-promised';
20
21
-import { pipeline } from '../../../src/api/pipeline';
22
-import { execute } from '../../../src/lite-api/pipeline_impl';
23
import { addEqualityMatcher } from '../../util/equality_matcher';
24
import { Deferred } from '../../util/promise';
25
import {
+ pipeline,
+ execute,
26
_internalPipelineToExecutePipelineRequestProto,
27
add,
28
andFunction,
0 commit comments