We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086df7c commit f318c70Copy full SHA for f318c70
packages/firestore/rollup.config.js
@@ -84,7 +84,6 @@ const browserPlugins = function () {
84
}
85
},
86
cacheDir: tmp.dirSync(),
87
- clean: true,
88
abortOnError: false,
89
transformers: [util.removeAssertAndPrefixInternalTransformer]
90
}),
packages/firestore/test/unit/specs/describe_spec.ts
@@ -15,7 +15,7 @@
15
* limitations under the License.
16
*/
17
18
-import * as stringify from 'json-stable-stringify';
+import stringify from 'json-stable-stringify';
19
import { ExclusiveTestFunction, PendingTestFunction } from 'mocha';
20
21
import { queryEquals, QueryImpl } from '../../../src/core/query';
0 commit comments