File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
"test:lite" : " node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'" ,
29
29
"test:lite:prod" : " node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'" ,
30
30
"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" ,
32
32
"test:exp" : " node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts" ,
33
33
"test:exp:prod" : " node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts" ,
34
34
"test:exp:persistence" : " node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts" ,
35
35
"test:exp:persistence:prod" : " node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts" ,
36
36
"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" ,
38
38
"test" : " run-s lint test:all" ,
39
39
"test:ci" : " node ../../scripts/run_tests_in_ci.js -s test:all" ,
40
40
"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