Saturday, February 04, 2012

Vows « Asynchronous BDD for Node

Vows « Asynchronous BDD for Node: "Asynchronous behaviour driven development for Node.

There are two reasons why we might want asynchronous testing. The first, and obvious reason is that node.js is asynchronous, and therefore our tests should be. The second reason is to make tests which target I/O run much faster, by running them concurrently."

'via Blog this'