summaryrefslogtreecommitdiff
path: root/path/isabsolute_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'path/isabsolute_test.ts')
-rw-r--r--path/isabsolute_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/path/isabsolute_test.ts b/path/isabsolute_test.ts
index c338dbc03..38eddd5e8 100644
--- a/path/isabsolute_test.ts
+++ b/path/isabsolute_test.ts
@@ -2,7 +2,7 @@
// Ported from https://github.com/browserify/path-browserify/
import { test, assertEqual } from "https://deno.land/x/testing/testing.ts";
-import * as path from "./index";
+import * as path from "./index.ts";
test(function isAbsolute() {
assertEqual(path.posix.isAbsolute("/home/foo"), true);