Skip to content

Running tests for the front end

amplifi edited this page Jun 29, 2017 · 1 revision

Front-end tests use the test framework Mocha and the assertion library Chai. Some tests also use additional testing utilities, such as Enzyme and Sinon.

To run the tests (from within the development VM):

npm test

Note: Tests must be run from inside the directory /vagrant/app.

Clone this wiki locally