Mocha (GitHub: visionmedia / mocha, npm: mocha, License: MIT) by TJ Holowaychuk is a new test library that does just about everything a JavaScript developer needs, and yet remains customisable enough to support both behaviour-driven and test-driven development styles. Mocha presents itself as an unassuming and lightweight library, but it actually goes far beyond the test frameworks I’m familiar wi

