Skip to content

Commit 368c1ad

Browse files
committed
Add specific test file
1 parent 24c6232 commit 368c1ad

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
@@ -38,7 +38,7 @@
3838
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
3939
"lint": "xo",
4040
"test-api": "node test",
41-
"test-coverage": "nyc --reporter lcov tape test",
41+
"test-coverage": "nyc --reporter lcov tape test.js",
4242
"test": "npm run build && npm run lint && npm run test-coverage"
4343
},
4444
"nyc": {

0 commit comments

Comments
 (0)