diff options
| -rw-r--r-- | test/handleInput.js | 2 | ||||
| -rw-r--r-- | test/sendToCoveralls.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/handleInput.js b/test/handleInput.js index 6d4fc1e..085bab7 100644 --- a/test/handleInput.js +++ b/test/handleInput.js @@ -3,7 +3,7 @@ const fs = require('fs'); const sysPath = require('path'); const should = require('should'); -const sinon = require('sinon').sandbox.create(); +const sinon = require('sinon'); const logDriver = require('log-driver'); const index = require('..'); diff --git a/test/sendToCoveralls.js b/test/sendToCoveralls.js index f114516..26099db 100644 --- a/test/sendToCoveralls.js +++ b/test/sendToCoveralls.js @@ -2,7 +2,7 @@ const should = require('should'); const request = require('request'); -const sinon = require('sinon').sandbox.create(); +const sinon = require('sinon'); const logDriver = require('log-driver'); const index = require('..'); |
