Skip to content

Commit f9f4225

Browse files
committed
Fix coverage tests
1 parent 2c046c5 commit f9f4225

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
@@ -48,7 +48,7 @@
4848
"build-mangle": "browserify index.js -p tinyify -s hastUtilToHTML > hast-util-to-html.min.js",
4949
"build": "npm run build-bundle && npm run build-mangle",
5050
"test-api": "node test",
51-
"test-coverage": "nyc --reporter lcov tape test",
51+
"test-coverage": "nyc --reporter lcov tape test/index.js",
5252
"test": "npm run format && npm run build && npm run test-coverage"
5353
},
5454
"prettier": {

0 commit comments

Comments
 (0)