mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-07 22:34:20 +01:00
Add Istanbul for code coverage, parameter tests for 100% coverage.
This commit is contained in:
parent
285a30e124
commit
77da8da9cf
3 changed files with 39 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit",
|
||||
"test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit",
|
||||
"debug": "node debug node_modules/nodeunit/bin/nodeunit",
|
||||
"lint": "eslint lib test"
|
||||
},
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^0.15.0",
|
||||
"istanbul": "^0.3.7",
|
||||
"nodeunit": "^0.9.0",
|
||||
"q": "^1.2.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue