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 2c046c5 commit f9f4225Copy full SHA for f9f4225
package.json
@@ -48,7 +48,7 @@
48
"build-mangle": "browserify index.js -p tinyify -s hastUtilToHTML > hast-util-to-html.min.js",
49
"build": "npm run build-bundle && npm run build-mangle",
50
"test-api": "node test",
51
- "test-coverage": "nyc --reporter lcov tape test",
+ "test-coverage": "nyc --reporter lcov tape test/index.js",
52
"test": "npm run format && npm run build && npm run test-coverage"
53
},
54
"prettier": {
0 commit comments