Skip to content

Commit

Permalink
Adding test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed May 23, 2014
1 parent cc90cc9 commit cd7d67b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/*
node_modules/*
coverage/*
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
"gapitoken": "*"
},
"devDependencies" : {
"mocha": "*"
"mocha": "*",
"istanbul": "*"
},
"scripts": {
"test": "mocha --reporter spec"
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"
},
"license": "Apache 2"
}

0 comments on commit cd7d67b

Please sign in to comment.