A small library to make it very easy to create scriptable mock objects that expect a certain scenario of function calls and inputs and respond in a scripted manner.
Install by running
npm install --save storymock
TODO: for now, have a look at the tests.
Tests are written for nodeunit. Make sure nodeunit is installed by running
npm install -g nodeunit
Then, from the project root, run
nodeunit
MIT