This package has been deprecated

Author message:

see mocha-fibers

mocha-fibrous

0.0.1 • Public • Published

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.

/mocha-fibrous/

    Package Sidebar

    Install

    npm i mocha-fibrous

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • hurrymaplelad