awolden / brakes

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

Mocha command fixes #46

Closed awolden closed 7 years ago

awolden commented 7 years ago

Based off #43, but also specifies the test directory to prevent mocha from trying to test .spec* files in node_modules.

@SimenB

SimenB commented 7 years ago

You don't have to specify test, it's the default. Which is why I renamed it from tests

awolden commented 7 years ago

You are correct. This branch had already fixed the issue I was seeing in other branches. It is a minor change though, and I will revert the commit fec29c8 in a later PR. It was the bithound check that was really blocking this branch.

awolden commented 7 years ago

47 reverts this