mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
test(std/async): remove redundant export in test (#7682)
This commit is contained in:
parent
b6c189e88e
commit
eb7f70c0b0
1 changed files with 0 additions and 2 deletions
|
@ -10,5 +10,3 @@ Deno.test("[async] delay", async function (): Promise<void> {
|
|||
assert(result === undefined);
|
||||
assert(diff >= 100);
|
||||
});
|
||||
|
||||
export {};
|
||||
|
|
Loading…
Add table
Reference in a new issue