ben-page / node-test

A simple, asynchronous test runner for Node.js.
https://www.npmjs.com/package/node-test
MIT License
4 stars 1 forks source link

dead code? #15

Closed ghost closed 8 years ago

ghost commented 8 years ago

The failfast code here: https://github.com/ben-page/node-test/blob/master/lib/suite.js#L165 is never invoked. Maybe missing a test?

ben-page commented 8 years ago

Yes. I haven't achieved 100% code coverage yet.