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 11d0930 commit 9fe04ccCopy full SHA for 9fe04cc
package.json
@@ -5,7 +5,7 @@
5
"main": "build.js",
6
"scripts": {
7
"pretest": "npm run lint",
8
- "test": "ava",
+ "test": "nyc ava",
9
"lint": "eslint index.js",
10
"coveralls": "nyc report --reporter=text-lcov | coveralls",
11
"prepublish": "npm run babel",
0 commit comments