sinon-restore

1.0.1 • Public • Published

sinon-restore

This package simply adds restoreAll() to sinon.

Usage:

var sinon = require('sinon-restore');
// use sinon as usual

// restore all fakes when ready...
sinon.restoreAll()

sinon also has sandboxing (http://sinonjs.org/docs/#sandbox) which also solves this problem, but I personally didn't like the syntax.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sinon-restore

    Weekly Downloads

    13

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • cainus