Skip to content

Commit 42e1fc1

Browse files
committed
Run Javascript unit tests serially (at least for now).
1 parent 61d56cb commit 42e1fc1

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
@@ -2,7 +2,7 @@
22
"dependencies": {},
33
"scripts": {
44
"build": "npx rollup -c",
5-
"test": "npx ava",
5+
"test": "npx ava --serial",
66
"watch:test": "npx ava --watch",
77
"test-chrome": "web-test-runner \"test/**/*.test.js\" --node-resolve",
88
"test-browsers": "web-test-runner \"test/**/*.test.js\" --node-resolve --playwright --browsers chromium firefox webkit"

0 commit comments

Comments
 (0)