Vows is a behavior driven development framework for Node.js that allows you to test your code asynchronously. For developers working in agile model, Vows offers a convenient way to execute tests in parallel whenever required or when there are dependencies.
Vows is a handy tool for two reasons: it tests your code in asynchronous fashion and it runs I/O based test much faster, by running them concurrently.
Pingback: Behavior Driven Development Framework for Node.JS: Vows | Greepit – js - dowiedz się więcej!