Top "Vows" questions

Asynchronous behaviour driven development for Node.

Command not found after npm install in zsh

I'm having some problems installing vows via npm in zsh. Here's what I get. I tried installing it with and …

macos zsh npm vows
How do you mock MySQL (without an ORM) in Node.js?

I'm using Node.js with felixge's node-mysql client. I am not using an ORM. I'm testing with Vows and want …

mysql node.js mocking vows sinon
Namespaces in node.js with require

I am playing around and learning about vows with a personal project. This is a small client side library, with …

node.js require vows