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 cfa7f3e commit 8c28a96Copy full SHA for 8c28a96
packages/firestore/package.json
@@ -36,7 +36,7 @@
36
"test:exp:browser:debug": "karma start --single-run --exp --auto-watch",
37
"test": "run-s lint test:all",
38
"test:ci": "node ../../scripts/run_tests_in_ci.js",
39
- "test:all": "run-p test:browser test:lite:browser test:exp:browser test:travis test:minified",
+ "test:all": "run-s test:browser test:lite:browser test:exp:browser test:travis test:minified",
40
"test:browser": "karma start --single-run",
41
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
42
"test:node": "node ./scripts/run-tests.js --main=index.node.ts --emulator 'test/{,!(browser)/**/}*.test.ts'",
0 commit comments