From 7143f7d86043c05f0b4a303a41c29ea90b87dc63 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 23 Dec 2018 18:49:46 -0500 Subject: Make compatible with latest deno (denoland/deno_std#41) Original: https://github.com/denoland/deno_std/commit/0772030f5d08c97744dc0d3d102dec437464bc28 --- path/resolve_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'path/resolve_test.ts') diff --git a/path/resolve_test.ts b/path/resolve_test.ts index 1b3d580ed..b734560b9 100644 --- a/path/resolve_test.ts +++ b/path/resolve_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"; import { cwd } from "deno"; const windowsTests = -- cgit v1.2.3