unset-timeout

1.4.0 • Public • Published

unsetTimeout npm version npm Build Status

Your mocha tests use setTimeout or setInterval? Not sure how to get proper test isolation? Simply put this in your mocha test:

require('unset-timeout');

unsetTimeout will reset all the setTimeout and setInterval calls after each mocha test, so you can be sure that one test doesn't bleed into another.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.0
    1
    • latest

Version History

Package Sidebar

Install

npm i unset-timeout

Weekly Downloads

1

Version

1.4.0

License

MIT

Last publish

Collaborators

  • refractalize