dylang / observatory

Beautiful UI for showing tasks running on the command line.
https://npmjs.org/package/observatory
MIT License
278 stars 17 forks source link

Fix tests and deprecate Grunt #7

Closed rstacruz closed 9 years ago

rstacruz commented 9 years ago

I noticed your tests are broken: https://travis-ci.org/dylang/observatory/jobs/85491174 — This is because grunt-cafe-mocha is using an ancient version of mocha, which seems to have been pulled.

I've refactored your test runner to not use grunt anymore, and just use mocha + chai + jshint directly. As a side effect, it's a tad bit faster.

rstacruz commented 9 years ago

Also it looks like some of the dependencies are not available for Node 0.8 anymore...

dylang commented 9 years ago

This is great, thank you!