diff options
Diffstat (limited to 'std/media_types')
| -rw-r--r-- | std/media_types/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/media_types/test.ts b/std/media_types/test.ts index 155dd6e3d..3a9a7d9fe 100644 --- a/std/media_types/test.ts +++ b/std/media_types/test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { test } from "../testing/mod.ts"; +const { test } = Deno; import { assertEquals } from "../testing/asserts.ts"; import { lookup, |
