Fixed Bug

- fixed reference error in test setup
pull/26/head
Trivernis 6 years ago
parent 4f1367e27f
commit 453170433f

@ -3,10 +3,8 @@ const sinon = require('sinon'),
beforeEach(() => {
this.sandbox = sinon.createSandbox();
rewiremock.enable();
});
afterEach(() => {
this.sandbox.restore();
rewiremock.disable();
});
Loading…
Cancel
Save