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

chaining methods? #7

Closed ghost closed 8 years ago

ghost commented 8 years ago

What about chaining methods as done in AVA?

https://github.com/avajs/ava/pull/243 https://github.com/asafigan/ava/blob/master/lib/runner.js#L11-L36

ben-page commented 8 years ago

This is implemented in the beta release.