Skip to content

Commit

Permalink
Add missed sinon fakeTimer global to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsharratt committed Feb 12, 2017
1 parent 79eef8a commit 3751e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ const sinon = require('sinon');
global.assert = assert;
global.stub = sinon.stub;
global.spy = sinon.spy;
global.useFakeTimers = sinon.useFakeTimers;
global.createStubInstance = sinon.createStubInstance;

0 comments on commit 3751e78

Please sign in to comment.