redfieldstefan / brewtorial

Home-brewing companion app
2 stars 0 forks source link

CI should run frontend tests #169

Open david-davidson opened 8 years ago

david-davidson commented 8 years ago

Right now, CI runs npm run test, which in turn runs mocha test/ && grunt jshint. We should update that to grunt jshint && grunt build:test && grunt test.