From 4e6c4f5178706a3be5b32a8de0f956949b73c2d5 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 10 Jul 2013 13:14:15 -0700 Subject: [PATCH] Add PhantomJS step to test instructions --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 701d624c2..467da348c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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