We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbacc2 commit 59f554bCopy full SHA for 59f554b
packages/firestore/package.json
@@ -27,7 +27,7 @@
27
"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",
28
"test": "run-s lint test:all",
29
"test:ci": "node ../../scripts/run_tests_in_ci.js",
30
- "test:all": "run-s test:browser test:travis test:minified test:exp test:lite",
+ "test:all": "run-p test:browser test:travis test:minified test:exp test:lite",
31
"test:browser": "karma start --single-run",
32
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
33
"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