mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
test: ensure mod.ts modules have a test coverage (denoland/deno#7264)
This commit is contained in:
parent
0d9e6a3f9c
commit
5a34e26c91
1
async/test.ts
Normal file
1
async/test.ts
Normal file
@ -0,0 +1 @@
|
||||
import "./mod.ts";
|
1
flags/test.ts
Normal file
1
flags/test.ts
Normal file
@ -0,0 +1 @@
|
||||
import "./mod.ts";
|
1
http/test.ts
Normal file
1
http/test.ts
Normal file
@ -0,0 +1 @@
|
||||
import "./mod.ts";
|
1
io/test.ts
Normal file
1
io/test.ts
Normal file
@ -0,0 +1 @@
|
||||
import "./mod.ts";
|
1
mime/test.ts
Normal file
1
mime/test.ts
Normal file
@ -0,0 +1 @@
|
||||
import "./mod.ts";
|
1
path/test.ts
Normal file
1
path/test.ts
Normal file
@ -0,0 +1 @@
|
||||
import "./mod.ts";
|
Loading…
Reference in New Issue
Block a user