Mocha wrapper for f-promise
f-mocha
is a companion package for f-promise
.
It provides the small wrapper which is needed to run unit tests written with mocha and f-promise.
npm install --save-dev f-mocha
Just run Mocha with the following argument
mocha --ui f-mocha
Now you can write your tests as if they were all synchronous. See this unit test for an example.
MIT.