diff options
Diffstat (limited to 'tests/registry/jsr/@std/url/0.220.1/normalize.ts')
-rw-r--r-- | tests/registry/jsr/@std/url/0.220.1/normalize.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/registry/jsr/@std/url/0.220.1/normalize.ts b/tests/registry/jsr/@std/url/0.220.1/normalize.ts index dc2305701..e8d728435 100644 --- a/tests/registry/jsr/@std/url/0.220.1/normalize.ts +++ b/tests/registry/jsr/@std/url/0.220.1/normalize.ts @@ -1,7 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. -import { normalize as posixNormalize } from "jsr:/@std/path@^0.220.1/posix/normalize"; +import { normalize as posixNormalize } from "jsr:@std/path@^0.220.1/posix/normalize"; /** * Normalize the `URL`, resolving `'..'` and `'.'` segments and multiple |