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 ae273f4 commit 5611f23Copy full SHA for 5611f23
package.json
@@ -1,7 +1,7 @@
1
{
2
"scripts": {
3
"build": "npx rollup -c",
4
- "test": "npx ava --serial",
+ "test": "npx ava",
5
"watch:test": "npx ava --watch",
6
"test-chrome": "web-test-runner \"test/**/*.test.js\" --node-resolve",
7
"test-browsers": "web-test-runner \"test/**/*.test.js\" --node-resolve --playwright --browsers chromium firefox webkit"
0 commit comments