Update mocha and mocha-phantomjs

This commit is contained in:
John Firebaugh
2013-07-10 13:27:55 -07:00
parent 4e6c4f5178
commit ba78eda064
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -151,8 +151,8 @@ feel free to use newer features wisely.
Test your code and make sure it passes. Our testing harness requires [node.js](http://nodejs.org/)
and a few modules:
1. [Install node.js](http://nodejs.org/) - 'Install' will download a package for your OS
2. Install [PhantomJS](http://phantomjs.org/) - This can be done via `npm install phantomjs` or homebrew
1. [Install node.js](http://nodejs.org/) version 0.10.0 or later - 'Install' will download a package for your OS
2. Install [PhantomJS](http://phantomjs.org/) version 1.9.1 or later - This can be done via `npm install phantomjs` or homebrew
3. Go to the directory where you have checked out `iD`
4. Run `npm install`
5. Run `npm test` to see whether your tests pass or fail.
+2 -2
View File
@@ -24,8 +24,8 @@
"smash": "0.0",
"uglify-js": "~2.2.5",
"maki": "0.1",
"mocha": "~1.9",
"mocha-phantomjs": "~1.1.1",
"mocha": "~1.12",
"mocha-phantomjs": "~3.1.0",
"chai": "~1.4",
"sinon": "~1.6",
"sinon-chai": "~2.3.1",