Skip to content

Commit

Permalink
Forget about jasmine, going with mocha+expect - we need a way to perf…
Browse files Browse the repository at this point in the history
…orm setup and teardown to stop the Express server after tests are done, and it doesn't look like there's going to be a way to do it in jasmine without monkey-patching the framework: mhevery/jasmine-node#241
  • Loading branch information
tdumitrescu committed Nov 20, 2013
1 parent 3040ddc commit 6f8442c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -38,7 +38,8 @@
"karma": "~0.9.4",
"karma-coffee-preprocessor": "~0.0.2",
"karma-ng-scenario": "~0.0.2",
"jasmine-node": "~1.11.0",
"mocha": "~1.14.0",
"expect.js": "~0.2.0",
"request": "~2.27.0"
}
}

0 comments on commit 6f8442c

Please sign in to comment.