Skip to content

Commit

Permalink
fix deprecation warning for sinon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paglias committed Oct 28, 2018
1 parent 56d1b77 commit bb2ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/unit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit bb2ed24

Please sign in to comment.