0
0
Fork 0
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:
Casper Beyer 2020-09-26 01:45:57 +08:00 committed by GitHub
parent b6c189e88e
commit eb7f70c0b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,3 @@ Deno.test("[async] delay", async function (): Promise<void> {
assert(result === undefined);
assert(diff >= 100);
});
export {};