Skip to content

Commit 4536fc3

Browse files
committed
chore: add test:cli script
1 parent dc0f7b3 commit 4536fc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"lint": "eslint . --ignore-pattern node_modules/",
3030
"lint:fix": "eslint . --fix --ignore-pattern node_modules/",
3131
"test": "nyc mocha tests --recursive",
32-
"test:report": "nyc report --reporter=text-lcov > coverage.lcov"
32+
"test:report": "nyc report --reporter=text-lcov > coverage.lcov",
33+
"test:cli": "mocha"
3334
},
3435
"dependencies": {
3536
"is-glob": "^4.0.3",

0 commit comments

Comments
 (0)