From 75fa7b174c93de7b3e59634979fd2446737023ab Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Thu, 19 May 2016 15:55:18 -0700 Subject: [PATCH] Code review comments --- tests/cases/unittests/cachingInServerLSHost.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/cases/unittests/cachingInServerLSHost.ts b/tests/cases/unittests/cachingInServerLSHost.ts index c8e7aa834cc..17de3c6de02 100644 --- a/tests/cases/unittests/cachingInServerLSHost.ts +++ b/tests/cases/unittests/cachingInServerLSHost.ts @@ -61,12 +61,8 @@ namespace ts { close: () => { } }; }, - setTimeout: (callback, ms, ...args) => { - return setTimeout(callback, ms, args); - }, - clearTimeout: (timeoutId) => { - clearTimeout(timeoutId); - } + setTimeout, + clearTimeout }; }