awolden / brakes

Hystrix compliant Node.js Circuit Breaker Library
MIT License
300 stars 35 forks source link

Fix mocha commands #43

Closed SimenB closed 7 years ago

SimenB commented 7 years ago

This vastly simplifies invocation of mocha. A dir with the name test/ is automatically picked up.

This fixes CI, as there is a .spec hidden deep in node_modules included currently (the CI failures in other PRs).

It also replaces Istanbul with Istanbul's new official binary, nyc.

https://github.com/istanbuljs/nyc

awolden commented 7 years ago

Closing in favor of #46. I checked out this PR and made the appropriate mocha change. One of our node_modules had checked in a .spec.js file that was being picked up by our mocha command.