auto-release-sinon
v1.0.3
Published
Basic sinon wrapper that automatically releases it's stubs, works with mocha's BDD interface
Downloads
33
Maintainers
Readme
auto-release-sinon
Simple sinon wrapper that automatically releases spys and stubs created within a suite.
Comes with an auto-hook module for use with mocha:
var sinon = require('auto-release-sinon/mocha');