Skip to content

Commit

Permalink
Update readme 'Development & Testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
davekinkead committed Oct 23, 2018
1 parent b10e1ba commit 54844fa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,17 @@ Clone the repo and install the dependencies.
$ npm install


Running test requires additional dev dependencies including [JSDOM](https://github.com/jsdom/jsdom) and [Canvas](https://github.com/node-gfx/node-canvas-prebuilt).
Running the tests requires additional dev dependencies listed in the [package.json](/package.json) file under dev-dependencies including [JSDOM](https://github.com/jsdom/jsdom) and [Canvas](https://github.com/node-gfx/node-canvas-prebuilt).
. You will need to install all these using the command:


$ npm install mocha --save-dev
$ npm install jsdom --save-dev
...

Then:

$ npm test


## Browser Compatibility
Expand Down

0 comments on commit 54844fa

Please sign in to comment.