We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c2da6 commit b4973e8Copy full SHA for b4973e8
packages/base/package.json
@@ -26,6 +26,7 @@
26
"test:coverage": "npm run build:test && webpack --config test/webpack-cov.conf.js && karma start test/karma-cov.conf.js",
27
"test:unit": "npm run test:unit:firefox && npm run test:unit:chrome",
28
"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",
30
"test:unit:default": "npm run build:test && karma start test/karma.conf.js --log-level debug",
31
"test:unit:firefox": "npm run test:unit:default -- --browsers=Firefox",
32
"test:unit:firefox:headless": "npm run test:unit:default -- --browsers=FirefoxHeadless",
0 commit comments