diff options
Diffstat (limited to 'std/path/globrex_test.ts')
-rw-r--r-- | std/path/globrex_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/globrex_test.ts b/std/path/globrex_test.ts index f091ebe9b..29f039837 100644 --- a/std/path/globrex_test.ts +++ b/std/path/globrex_test.ts @@ -2,7 +2,7 @@ // MIT License // Copyright (c) 2018 Terkel Gjervig Nielsen -import { test } from "../testing/mod.ts"; +const { test } = Deno; import { assertEquals } from "../testing/asserts.ts"; import { GlobrexOptions, globrex } from "./globrex.ts"; |