Which javascript testing frameworks out there provide support for testing commonjs modules?
|
feedback
|
|
I've been using expresso by Visionmedia in node.js https://github.com/visionmedia/expresso It extends the basic assert functions http://nodejs.org/docs/v0.4.7/api/assert.html So the default style assert:
can be made DRYer
| |||
|
feedback
|
|
Seems like they have their own UnitTesting framework | |||
|
feedback
|
|
Should extends the standard asserts with some BDD style ones: | |||
|
feedback
|