codeforsanjose / OpenDSJ-2018

Inform voters about 2018 San José, California and local candidates' campaign finance.
MIT License
7 stars 9 forks source link

Set up Coveralls for code coverage reporting #40

Closed ychoy closed 5 years ago

ychoy commented 5 years ago

I believe the next step to get the coverage report, is to configure testing, install the appropriate dependencies (in the past I've used Istanbul, which works with Mocha and Jasmine), and add a script like the ones found here: https://www.npmjs.com/package/coveralls.

@lilannie do you have a pref for tools for testing? I haven't used mocha before but I've used jasmine and jest