diff --git a/std/async/delay_test.ts b/std/async/delay_test.ts index 2e4a56a847..087c3ffa13 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 {};