Skip to content

Commit

Permalink
coverage instanbul.
Browse files Browse the repository at this point in the history
  • Loading branch information
StreetStrider committed Feb 26, 2016
1 parent df653a9 commit df641b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

/node_modules
/coverage
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

"scripts":
{
"test": "mocha"
"test": "mocha",
"cover": "istanbul cover _mocha"
},

"dependencies":
Expand All @@ -40,6 +41,9 @@
"chai":
"^3.5",

"istanbul":
"^0.4",

"lodash.defer":
"^4",

Expand Down

0 comments on commit df641b5

Please sign in to comment.