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 af8afb7 commit 40237d0Copy full SHA for 40237d0
1 file changed
package.json
@@ -23,7 +23,7 @@
23
"build": "rimraf lib && babel src -d lib",
24
"coverage": "nyc report --reporter=text-lcov | coveralls",
25
"pretest": "npm run build",
26
- "test": "nyc ava test/test-*.js --timeout=1m --verbose"
+ "test": "nyc ava --timeout=1m --verbose"
27
},
28
"files": [
29
"lib/"
0 commit comments