We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd49a66 commit 4e88e27Copy full SHA for 4e88e27
1 file changed
test/util.js
@@ -29,7 +29,7 @@ exports.useFakeTimers = function(config) {
29
config = {now: config};
30
}
31
if (config.toFake == null) {
32
- config.toFake = ["setTimeout", "clearTimeout", "setInterval", "clearInterval", "Date"];
+ config.toFake = ['setTimeout', 'clearTimeout', 'setInterval', 'clearInterval', 'Date'];
33
34
var clock = sinon.useFakeTimers(config);
35
return clock;
0 commit comments