Testing - aelindeman/wmata-with-you GitHub Wiki
npm install --only=dev
- installs testing dependencies
npm run-script lint
- lints the
src/
and test/
folders
npm test
Tests are written with Mocha and expect.
For now only the helper libraries are tested; I don't really know how to approach testing the UI and Pebble.js things.