File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments