Add PhantomJS step to test instructions

This commit is contained in:
John Firebaugh
2013-07-10 13:14:15 -07:00
parent 117291c3fd
commit 4e6c4f5178
+4 -3
View File
@@ -152,9 +152,10 @@ Test your code and make sure it passes. Our testing harness requires [node.js](h
and a few modules:
1. [Install node.js](http://nodejs.org/) - 'Install' will download a package for your OS
2. Go to the directory where you have checked out `iD`
3. Run `npm install`
4. Run `npm test` to see whether your tests pass or fail.
2. Install [PhantomJS](http://phantomjs.org/) - 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.
## Building / Installing