diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-01-11 16:16:47 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-11 00:16:47 -0500 |
| commit | 0e933177adb87338cdd554f5de39cef3d40407c2 (patch) | |
| tree | 9dac11ddef1d50e6354d4dc40bbe388c3a3c5b53 /test.ts | |
| parent | 6f5dbfe10234060828670c8848eb7e42ded1c4cd (diff) | |
Add media_types collection (denoland/deno_std#97)
Original: https://github.com/denoland/deno_std/commit/0e00fe9cd361165d28beb117cdf103ff8f9d3d8b
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ import "datetime/test.ts"; import "examples/test.ts"; import "flags/test.ts"; import "logging/test.ts"; +import "media_types/test.ts"; import "mkdirp/test.ts"; import "net/bufio_test.ts"; import "net/http_test.ts"; |
