Skip to content

Commit 2c89aaf

Browse files
Use Chrome for karma debugging
1 parent 8922f54 commit 2c89aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"test:lite": "node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'",
2929
"test:lite:prod": "node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'",
3030
"test:lite:browser": "karma start --single-run --lite",
31-
"test:lite:browser:debug": "karma start --single-run --lite --auto-watch",
31+
"test:lite:browser:debug": "karma start --browsers=Chrome --lite --auto-watch",
3232
"test:exp": "node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts",
3333
"test:exp:prod": "node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts",
3434
"test:exp:persistence": "node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts",
3535
"test:exp:persistence:prod": "node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts",
3636
"test:exp:browser": "karma start --single-run --exp",
37-
"test:exp:browser:debug": "karma start --single-run --exp --auto-watch",
37+
"test:exp:browser:debug": "karma start --browsers=Chrome --exp --auto-watch",
3838
"test": "run-s lint test:all",
3939
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
4040
"test:all": "run-p test:browser test:lite:browser test:exp:browser test:travis test:minified",

0 commit comments

Comments
 (0)