Skip to content

Commit

Permalink
Run only Firefox, but using concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Oct 29, 2024
1 parent f86b2c3 commit 9707109
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nimble-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"test-webkit:debugger": "karma start karma.conf.js --browsers=WebkitDebugging --skip-tags SkipWebkit",
"test-webkit:watch": "karma start karma.conf.headless.js --browsers=WebkitHeadless --skip-tags SkipWebkit --watch-extensions js",
"test-webkit": "karma start karma.conf.headless.js --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
"test-concurrent-original": "concurrently --pad-prefix --timings --group \"npm:test-chrome\" \"npm:test-firefox\"",
"test-concurrent": "npm run test-firefox"
"test-concurrent": "concurrently --pad-prefix --timings \"npm:test-firefox\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9707109

Please sign in to comment.