Skip to content

Commit b4973e8

Browse files
committed
Add debug test runner
1 parent 92c2da6 commit b4973e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/base/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"test:coverage": "npm run build:test && webpack --config test/webpack-cov.conf.js && karma start test/karma-cov.conf.js",
2727
"test:unit": "npm run test:unit:firefox && npm run test:unit:chrome",
2828
"test:unit:chrome": "npm run test:unit:default -- --browsers=Chrome",
29+
"test:unit:chrome:debug": "npm run test:unit:default -- --browsers=Chrome --single-run=false",
2930
"test:unit:default": "npm run build:test && karma start test/karma.conf.js --log-level debug",
3031
"test:unit:firefox": "npm run test:unit:default -- --browsers=Firefox",
3132
"test:unit:firefox:headless": "npm run test:unit:default -- --browsers=FirefoxHeadless",

0 commit comments

Comments
 (0)