Skip to content

Commit 40237d0

Browse files
committed
build: perf runner test script
1 parent af8afb7 commit 40237d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "rimraf lib && babel src -d lib",
2424
"coverage": "nyc report --reporter=text-lcov | coveralls",
2525
"pretest": "npm run build",
26-
"test": "nyc ava test/test-*.js --timeout=1m --verbose"
26+
"test": "nyc ava --timeout=1m --verbose"
2727
},
2828
"files": [
2929
"lib/"

0 commit comments

Comments
 (0)