Posts Tagged “mocha”
Automating Fixture Instantiation in Mocha using Async
by Jason on January 31, 2012
My latest Node.JS project has been entirely test-driven and I always strive to write very simple & concise tests. Convoluted code in a test will be far less likely to be maintained. So when test driving my latest model, I (…)