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 dc0f7b3 commit 4536fc3Copy full SHA for 4536fc3
package.json
@@ -29,7 +29,8 @@
29
"lint": "eslint . --ignore-pattern node_modules/",
30
"lint:fix": "eslint . --fix --ignore-pattern node_modules/",
31
"test": "nyc mocha tests --recursive",
32
- "test:report": "nyc report --reporter=text-lcov > coverage.lcov"
+ "test:report": "nyc report --reporter=text-lcov > coverage.lcov",
33
+ "test:cli": "mocha"
34
},
35
"dependencies": {
36
"is-glob": "^4.0.3",
0 commit comments