Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 863dfd0

Browse files
committed
Try to test with nyc
1 parent 7446c2b commit 863dfd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "nodemon -w lib -w examples -x \"npm run build && node examples/test.js\"",
88
"clean": "rimraf ./dist ./docs",
99
"build": "babel -d ./dist ./lib",
10-
"test": "NODE_ENV=test ava",
10+
"test": "NODE_ENV=test nyc ava",
1111
"coverage": "NODE_ENV=test nyc report --reporter=text-lcov",
1212
"lint": "eslint ./lib",
1313
"docs": "documentation build -f html -o docs",

0 commit comments

Comments
 (0)