Skip to content

Commit 75fa7b1

Browse files
committed
Code review comments
1 parent 1f88cd6 commit 75fa7b1

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/cases/unittests/cachingInServerLSHost.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,8 @@ namespace ts {
6161
close: () => { }
6262
};
6363
},
64-
setTimeout: (callback, ms, ...args) => {
65-
return setTimeout(callback, ms, args);
66-
},
67-
clearTimeout: (timeoutId) => {
68-
clearTimeout(timeoutId);
69-
}
64+
setTimeout,
65+
clearTimeout
7066
};
7167
}
7268

0 commit comments

Comments
 (0)