QA with mocha & chai
npm install
to install dependenciesnpm run start
to run tests (ornodemon server.js
if you use nodemon to automatically update)
- You can comment out suites within the
tests/*.js
files in order to focus on fixing one test suite at a time. - Updated node to version 4.7.0 -
"node": "4.7.0"
in package.json to support Heroku - Use automatic deployment from
gomix
branch on Deploy tab in Heroku