Skip to content

Commit

Permalink
chore: added chai-as-promise to handle methods that return promises
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent 83cd52b commit 1d38425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"pre-test": "grunt",
"test": "mocha -R spec test/**/*.spec.js",
"coverage": "istanbul cover node_modules/.bin/_mocha"
"coverage": "istanbul cover node_modules/.bin/_mocha -- -R dot"
},
"dependencies": {
"commander": "^2.8.0",
Expand All @@ -41,6 +41,7 @@
},
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^5.0.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
Expand Down

0 comments on commit 1d38425

Please sign in to comment.