summaryrefslogtreecommitdiff
path: root/fs/glob_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'fs/glob_test.ts')
-rw-r--r--fs/glob_test.ts2
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";