diff --git a/test/client/unit/index.js b/test/client/unit/index.js index 3c6194d1bd6..f56cc96744c 100644 --- a/test/client/unit/index.js +++ b/test/client/unit/index.js @@ -4,7 +4,7 @@ require('babel-polyfill'); // Automatically setup SinonJS' sandbox for each test beforeEach(() => { - global.sandbox = sinon.sandbox.create(); + global.sandbox = sinon.createSandbox(); }); afterEach(() => {