| const chai = require('chai'); | const chai = require('chai'); | ||||
| beforeEach(function(){ | beforeEach(function(){ | ||||
| console.log("PING"); | |||||
| this.sandbox = sinon.sandbox.create(); | |||||
| this.sandbox = sinon.createSandbox(); | |||||
| }) | }) | ||||
| afterEach(function(){ | afterEach(function(){ |