mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Update mocha and mocha-phantomjs
This commit is contained in:
+2
-2
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user