TODO
To run the tests, do the following:
- While not ideal, our tests currently depend on you having
gulp
install globally, which you can do usingnpm install -g gulp
- Make sure you have run
npm install
in the repository - Then to run the tests, simply do
npm run test
, and the tests should run :)