Skip to content

Running Tests

Daniel Reed edited this page Jun 8, 2017 · 3 revisions

To run the project's tests Mocha, Chai, Sinon and Nock need to be installed. These testing dependencies should be installed when the project is installed following the instructions in the Getting Started guide.

The tests should be run from the top level oneview-hubot directory:

npm test

Clone this wiki locally