Skip to content

Commit

Permalink
switch testing to use mocha since I cannot figure out how to get vows…
Browse files Browse the repository at this point in the history
… to tell me which tests fail
  • Loading branch information
Jeff Kunkle committed Jun 2, 2013
1 parent 7f0a0ba commit 9d4fe4f
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 197 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"description": "An fs module stand-in for reading and writing encrypted files",
"main": "./efs.js",
"scripts": {
"test": "mkdir -p temp; vows"
"test": "mkdir -p temp; mocha"
},
"repository": {
"type": "git",
Expand All @@ -20,6 +20,7 @@
],
"license": "MIT",
"devDependencies": {
"vows": "~0.6.3"
"mocha": "~1.9.0",
"chai": "~1.6.0"
}
}

0 comments on commit 9d4fe4f

Please sign in to comment.