From aa691ea26c5dc8fd15b3b60b95a2c23b4888c45d Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 2 Oct 2018 17:47:40 -0700 Subject: timers: implement timers in javascript --- js/timers_test.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'js/timers_test.ts') diff --git a/js/timers_test.ts b/js/timers_test.ts index e5fe2d478..af172e976 100644 --- a/js/timers_test.ts +++ b/js/timers_test.ts @@ -1,5 +1,4 @@ import { test, assertEqual } from "./test_util.ts"; -import { setGlobalTimeout } from "deno"; function deferred() { let resolve; @@ -96,7 +95,3 @@ test(async function intervalCancelInvalidSilentFail() { // Should silently fail (no panic) clearInterval(2147483647); }); - -test(async function SetGlobalTimeoutSmoke() { - setGlobalTimeout(50); -}); -- cgit v1.2.3