Native Assertion module?
Domenic Denicola
domenic at domenicdenicola.com
Mon Feb 13 11:21:01 PST 2012
> If you do a native Assertion module, maybe it should be similar to node's.
> <http://nodejs.org/docs/latest/api/assert.html>
It's worth noting that Node's assert is almost (?) identical to CommonJS's Unit Testing spec [1]. I'm not sure which came first.
Regardless, I think this is the job for a body like CommonJS (as problematic as it may be), not Ecma.
[1]: http://wiki.commonjs.org/wiki/Unit_Testing
More information about the es-discuss
mailing list