diff options
-rw-r--r-- | std/async/delay_test.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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<void> { assert(result === undefined); assert(diff >= 100); }); - -export {}; |