diff options
| author | Stephen Blott | 2015-02-09 13:48:56 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-02-09 13:48:56 +0000 | 
| commit | a2ab96e858ddb5ec0b9f17e47936b2a571e90ab4 (patch) | |
| tree | 5a65b5f4b8744f8bebf95b4d4a4e2791aed3e770 | |
| parent | e11a86afe9375b40ccda20e6a91b020989e2be4c (diff) | |
| download | vimium-a2ab96e858ddb5ec0b9f17e47936b2a571e90ab4.tar.bz2 | |
Add `npm install util` to the instructions for running tests.
| -rw-r--r-- | CONTRIBUTING.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a417caf5..034a287e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,6 +38,7 @@ Our tests use [shoulda.js](https://github.com/philc/shoulda.js) and [PhantomJS](   1. `git submodule update --init --recursive` -- this pulls in shoulda.js.   1. Install [PhantomJS](http://phantomjs.org/download.html).   1. `npm install path` to install the [Node.js Path module](http://nodejs.org/api/path.html), used by the test runner. + 1. `npm install util` to install the [util module](https://www.npmjs.com/package/util), used by the tests.   1. `cake build` to compile `*.coffee` to `*.js`   1. `cake test` to run the tests. | 
