Skip to content

Commit 5611f23

Browse files
committed
Test javascript in parallel again.
1 parent ae273f4 commit 5611f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scripts": {
33
"build": "npx rollup -c",
4-
"test": "npx ava --serial",
4+
"test": "npx ava",
55
"watch:test": "npx ava --watch",
66
"test-chrome": "web-test-runner \"test/**/*.test.js\" --node-resolve",
77
"test-browsers": "web-test-runner \"test/**/*.test.js\" --node-resolve --playwright --browsers chromium firefox webkit"

0 commit comments

Comments
 (0)