diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-09-01 10:26:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 22:26:55 -0400 |
commit | 644190eed862c2224630dd68404a5fd6e2e30440 (patch) | |
tree | ccd5de766b75372550f788e889830049f631a614 /cli/test_runner.rs | |
parent | 94d38eee4cf352ca177e8ce2c7ca5d1e79f5de10 (diff) |
test(std): ensure mod.ts modules have a test coverage (#7264)
Diffstat (limited to 'cli/test_runner.rs')
-rw-r--r-- | cli/test_runner.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/test_runner.rs b/cli/test_runner.rs index 5de323d1c..cb8f7b271 100644 --- a/cli/test_runner.rs +++ b/cli/test_runner.rs @@ -160,6 +160,7 @@ mod tests { format!("{}/file_server_test.ts", root_url), format!("{}/racing_server_test.ts", root_url), format!("{}/server_test.ts", root_url), + format!("{}/test.ts", root_url), ] .into_iter() .map(|f| Url::parse(&f).unwrap()) |