0.0.1 • Published 10 years ago

mocha-fibrous v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Mocha Fibrous

NPM version

Build Status

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

MIT

Module scaffold generated by generator-goodeggs-npm.