Skip to content

Commit f93477e

Browse files
remove concurrency
1 parent b4199bf commit f93477e

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
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"build": "babel src -d lib",
2323
"prepublish": "npm run build",
24-
"test": "ava ./test/src --concurrency 4",
24+
"test": "ava ./test/src",
2525
"cover": "nyc --reporter=lcov npm test"
2626
},
2727
"main": "lib/index.js",

0 commit comments

Comments
 (0)