From eb7f70c0b04d07feb30d41418935a3521811f8f8 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 26 Sep 2020 01:45:57 +0800 Subject: test(std/async): remove redundant export in test (#7682) --- std/async/delay_test.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'std/async') diff --git a/std/async/delay_test.ts b/std/async/delay_test.ts index 2e4a56a84..087c3ffa1 100644 --- a/std/async/delay_test.ts +++ b/std/async/delay_test.ts @@ -10,5 +10,3 @@ Deno.test("[async] delay", async function (): Promise { assert(result === undefined); assert(diff >= 100); }); - -export {}; -- cgit v1.2.3