0.0.1 • Published 10 years ago
mocha-fibrous v0.0.1
Mocha Fibrous
Wraps mocha blocks in fibers.
Usage
$ npm install mocha-fibrous
then
require 'mocha-fibrous'
describe 'an async function', ->
it 'runs the test in a fiber', -> # note, no callback here!
fn.sync().should.be.ok
Contributing
$ git clone https://github.com/goodeggs/mocha-fibrous && cd mocha-fibrous
$ npm install
$ npm test
Code of Conduct
Code of Conduct for contributing to or participating in this project.
License
Module scaffold generated by generator-goodeggs-npm.
0.0.1
10 years ago