We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d56cb commit 42e1fc1Copy full SHA for 42e1fc1
package.json
@@ -2,7 +2,7 @@
2
"dependencies": {},
3
"scripts": {
4
"build": "npx rollup -c",
5
- "test": "npx ava",
+ "test": "npx ava --serial",
6
"watch:test": "npx ava --watch",
7
"test-chrome": "web-test-runner \"test/**/*.test.js\" --node-resolve",
8
"test-browsers": "web-test-runner \"test/**/*.test.js\" --node-resolve --playwright --browsers chromium firefox webkit"
0 commit comments