From 644190eed862c2224630dd68404a5fd6e2e30440 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Tue, 1 Sep 2020 10:26:55 +0800 Subject: test(std): ensure mod.ts modules have a test coverage (#7264) --- std/async/test.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 std/async/test.ts (limited to 'std/async') diff --git a/std/async/test.ts b/std/async/test.ts new file mode 100644 index 000000000..543491080 --- /dev/null +++ b/std/async/test.ts @@ -0,0 +1 @@ +import "./mod.ts"; -- cgit v1.2.3