Skip to content

Commit a2ab96e

Browse files
author
Stephen Blott
committed
Add npm install util to the instructions for running tests.
1 parent e11a86a commit a2ab96e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Our tests use [shoulda.js](https://github.com/philc/shoulda.js) and [PhantomJS](
3838
1. `git submodule update --init --recursive` -- this pulls in shoulda.js.
3939
1. Install [PhantomJS](http://phantomjs.org/download.html).
4040
1. `npm install path` to install the [Node.js Path module](http://nodejs.org/api/path.html), used by the test runner.
41+
1. `npm install util` to install the [util module](https://www.npmjs.com/package/util), used by the tests.
4142
1. `cake build` to compile `*.coffee` to `*.js`
4243
1. `cake test` to run the tests.
4344

0 commit comments

Comments
 (0)