Skip to content

Commit

Permalink
Add debug test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Feb 23, 2022
1 parent 92c2da6 commit b4973e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"test:coverage": "npm run build:test && webpack --config test/webpack-cov.conf.js && karma start test/karma-cov.conf.js",
"test:unit": "npm run test:unit:firefox && npm run test:unit:chrome",
"test:unit:chrome": "npm run test:unit:default -- --browsers=Chrome",
"test:unit:chrome:debug": "npm run test:unit:default -- --browsers=Chrome --single-run=false",
"test:unit:default": "npm run build:test && karma start test/karma.conf.js --log-level debug",
"test:unit:firefox": "npm run test:unit:default -- --browsers=Firefox",
"test:unit:firefox:headless": "npm run test:unit:default -- --browsers=FirefoxHeadless",
Expand Down

0 comments on commit b4973e8

Please sign in to comment.