Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/kit
/ url.spec.js
File
url.spec.js
packages/kit/src/utils/url.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ assert, describe } from
'vitest'
;
2
import
{ resolve, normalize_path, make_trackable, disable_search } from
'./url.js'
;
3
4
describe(
'resolve'
, (test) => {
Callers
nothing calls this directly
Calls
4
resolve
Function · 0.90
normalize_path
Function · 0.90
make_trackable
Function · 0.90
disable_search
Function · 0.90
Tested by
no test coverage detected