From 453170433fd8a1eaf2ef68b62cb5c62d576def41 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Sat, 26 Jan 2019 11:39:18 +0100 Subject: [PATCH] Fixed Bug - fixed reference error in test setup --- test/test-setup.spec.js | 2 -- 1 file changed, 2 deletions(-) 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