diff options
| author | James Garbutt <43081j@users.noreply.github.com> | 2019-01-27 15:21:00 +0000 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-27 10:21:00 -0500 |
| commit | b79d2a9d41963b3c7cfa382d842a86c68b940666 (patch) | |
| tree | 6dbbfd04979c1ef1c6466223b06363b7f03991f0 /test.ts | |
| parent | 75dab82adbf64cb021b0133771a782c285991a4b (diff) | |
log: add tests (denoland/deno_std#136)
Original: https://github.com/denoland/deno_std/commit/4b054d69ad3e63e0a07d0df77a973b0ae5e0892d
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ import "io/util_test.ts"; import "http/http_test.ts"; import "http/file_server_test.ts"; import "log/test.ts"; +import "log/handlers_test.ts"; +import "log/logger_test.ts"; import "media_types/test.ts"; import "testing/test.ts"; import "textproto/test.ts"; |
