Basic setup for testing a Backbone front-end with testling.
- Install
testling
globally. - Run
npm test
enjoy.
- Install
coverify
globally. - run
testling | coverify
for coverage data
- Integrate with Testling CI
- See if this can work with Travis CI
- Figure out if we can instrument only non-test files with
coverify
; including specs skews our code coverage.