File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/firestore/test/unit/specs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import * as stringify from 'json-stable-stringify' ;
18
+ import stringify from 'json-stable-stringify' ;
19
19
import { ExclusiveTestFunction , PendingTestFunction } from 'mocha' ;
20
20
21
21
import { queryEquals , QueryImpl } from '../../../src/core/query' ;
@@ -252,7 +252,7 @@ export function describeSpec(
252
252
// Note: We use json-stable-stringify instead of JSON.stringify() to ensure
253
253
// that the generated JSON does not produce diffs merely due to the order
254
254
// of the keys in an object changing.
255
- const output = stringify . default ( specsInThisTest , {
255
+ const output = stringify ( specsInThisTest , {
256
256
space : 2 ,
257
257
cmp : stringifyComparator
258
258
} ) ;
You can’t perform that action at this time.
0 commit comments