test: ensure mod.ts modules have a test coverage (denoland/deno#7264)

This commit is contained in:
Casper Beyer 2020-09-01 10:26:55 +08:00 committed by denobot
parent 0d9e6a3f9c
commit 5a34e26c91
7 changed files with 6 additions and 0 deletions

1
async/test.ts Normal file
View File

@ -0,0 +1 @@
import "./mod.ts";

1
flags/test.ts Normal file
View File

@ -0,0 +1 @@
import "./mod.ts";

1
http/test.ts Normal file
View File

@ -0,0 +1 @@
import "./mod.ts";

1
io/test.ts Normal file
View File

@ -0,0 +1 @@
import "./mod.ts";

1
mime/test.ts Normal file
View File

@ -0,0 +1 @@
import "./mod.ts";

1
path/test.ts Normal file
View File

@ -0,0 +1 @@
import "./mod.ts";