mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00: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(result === undefined);
|
||||||
assert(diff >= 100);
|
assert(diff >= 100);
|
||||||
});
|
});
|
||||||
|
|
||||||
export {};
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue