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 d98a0e6 commit 160a414Copy full SHA for 160a414
1 file changed
package.json
@@ -8,14 +8,16 @@
8
},
9
"devDependencies": {
10
"chai": "^3.2.0",
11
+ "istanbul": "^0.4.5",
12
"jscs": "^1.13.1",
13
"jshint": "^2.8.0",
14
"mocha": "^2.2.5",
15
"posthtml": "^0.11.3"
16
17
"scripts": {
- "test": "npm run lint && mocha",
18
+ "test": "npm run lint && mocha -R dot && npm run cover",
19
"lint": "jshint . && jscs . -v",
20
+ "cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap",
21
"preversion": "npm test",
22
"postversion": "git push && git push --tags"
23
0 commit comments