Skip to content

Commit

Permalink
Tweak tests to use Promise support in mocha 1.18.
Browse files Browse the repository at this point in the history
Mocha now supports tests returning promises directly, so let's do that!
mochajs/mocha#329 (comment)
  • Loading branch information
cscott committed Mar 31, 2014
1 parent af9185c commit dc3a7fd
Show file tree
Hide file tree
Showing 21 changed files with 988 additions and 1,115 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/cscott/prfun",
"devDependencies": {
"mocha": "~1.17.1",
"mocha": "~1.18.2",
"jshint": "~2.4.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit dc3a7fd

Please sign in to comment.