diff options
Diffstat (limited to 'fs/glob_test.ts')
| -rw-r--r-- | fs/glob_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/glob_test.ts b/fs/glob_test.ts index 8691d2c33..2dc509dee 100644 --- a/fs/glob_test.ts +++ b/fs/glob_test.ts @@ -1,5 +1,5 @@ const { mkdir, open } = Deno; -import { FileInfo } from "deno"; +type FileInfo = Deno.FileInfo; import { test } from "../testing/mod.ts"; import { assertEquals } from "../testing/asserts.ts"; import { glob } from "./glob.ts"; |
