Closed rstacruz closed 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.
Also it looks like some of the dependencies are not available for Node 0.8 anymore...
This is great, thank you!
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.