Skip to content

Commit 9fe04cc

Browse files
committed
🔧 Chore: add nyc output
1 parent 11d0930 commit 9fe04cc

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
@@ -5,7 +5,7 @@
55
"main": "build.js",
66
"scripts": {
77
"pretest": "npm run lint",
8-
"test": "ava",
8+
"test": "nyc ava",
99
"lint": "eslint index.js",
1010
"coveralls": "nyc report --reporter=text-lcov | coveralls",
1111
"prepublish": "npm run babel",

0 commit comments

Comments
 (0)