roost-im / roost-client

The official client for Roost.
MIT License
1 stars 6 forks source link

Reconfigure tests #38

Closed davidben closed 10 years ago

davidben commented 11 years ago

Apparently you can just tell chai.js to use assertions instead of this weird should thing. Let's use that. It makes more sense. Also mocha can be configured in "TDD" mode instead of "BDD" mode, but it's not clear that makes much difference.

lightquake commented 10 years ago

Closing this because the test suite now uses assertions instead of the 'should' thing.