Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
Rewrite tests from vows to mocha: get rid of vows
Browse files Browse the repository at this point in the history
See #140
  • Loading branch information
arikon committed Jun 5, 2012
1 parent 938671a commit 8f8b419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@
"winston": ">= 0.5.0"
},
"devDependencies": {
"vows": "~0.6.2",
"mocha": "~1.0.0",
"chai": "~1.0.3"
},
"scripts": {
"test": "./node_modules/.bin/vows --spec; ./node_modules/.bin/mocha test/*.mocha.js"
"test": "./node_modules/.bin/mocha"
},
"engines": {
"node": ">= 0.6.0"
Expand Down

0 comments on commit 8f8b419

Please sign in to comment.