Skip to content

Commit 4e88e27

Browse files
committed
Lint fix
1 parent bd49a66 commit 4e88e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exports.useFakeTimers = function(config) {
2929
config = {now: config};
3030
}
3131
if (config.toFake == null) {
32-
config.toFake = ["setTimeout", "clearTimeout", "setInterval", "clearInterval", "Date"];
32+
config.toFake = ['setTimeout', 'clearTimeout', 'setInterval', 'clearInterval', 'Date'];
3333
}
3434
var clock = sinon.useFakeTimers(config);
3535
return clock;

0 commit comments

Comments
 (0)