Skip to content

Commit

Permalink
Test javascript in parallel again.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Dec 19, 2020
1 parent ae273f4 commit 5611f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"build": "npx rollup -c",
"test": "npx ava --serial",
"test": "npx ava",
"watch:test": "npx ava --watch",
"test-chrome": "web-test-runner \"test/**/*.test.js\" --node-resolve",
"test-browsers": "web-test-runner \"test/**/*.test.js\" --node-resolve --playwright --browsers chromium firefox webkit"
Expand Down

0 comments on commit 5611f23

Please sign in to comment.