diff --git a/test/test-setup.spec.js b/test/test-setup.spec.js index 0d558dc..f7c976a 100644 --- a/test/test-setup.spec.js +++ b/test/test-setup.spec.js @@ -3,10 +3,8 @@ const sinon = require('sinon'), beforeEach(() => { this.sandbox = sinon.createSandbox(); - rewiremock.enable(); }); afterEach(() => { this.sandbox.restore(); - rewiremock.disable(); }); \ No newline at end of file