Skip to content

Commit 59f554b

Browse files
WIP
1 parent 3fbacc2 commit 59f554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:exp:persistence": "USE_MOCK_PERSISTENCE=YES TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/integration/api/*.test.ts' --require ts-node/register --require exp/index.ts --require test/util/node_persistence.ts --config ../../config/mocharc.node.js",
2828
"test": "run-s lint test:all",
2929
"test:ci": "node ../../scripts/run_tests_in_ci.js",
30-
"test:all": "run-s test:browser test:travis test:minified test:exp test:lite",
30+
"test:all": "run-p test:browser test:travis test:minified test:exp test:lite",
3131
"test:browser": "karma start --single-run",
3232
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
3333
"test:node": "FIRESTORE_EMULATOR_PORT=8080 FIRESTORE_EMULATOR_PROJECT_ID=test-emulator TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js",

0 commit comments

Comments
 (0)