Skip to content

Commit c3da3ea

Browse files
🔍 test: Upgrade ava.
1 parent d1e4bde commit c3da3ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"@babel/polyfill",
1212
"@babel/register"
1313
],
14-
"timeout": "1m"
14+
"timeout": "1m",
15+
"concurrency": 8
1516
},
1617
"babel": {
1718
"presets": [
@@ -67,7 +68,7 @@
6768
"build": "babel src -d lib",
6869
"cover": "nyc --reporter=lcov npm test",
6970
"prepublish": "npm run build",
70-
"test": "ava --concurrency 8",
71+
"test": "ava",
7172
"esdoc": "esdoc"
7273
}
7374
}

0 commit comments

Comments
 (0)