MCPcopy
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

1import { assert, describe } from 'vitest';
2import { resolve, normalize_path, make_trackable, disable_search } from './url.js';
3
4describe('resolve', (test) => {

Callers

nothing calls this directly

Calls 4

resolveFunction · 0.90
normalize_pathFunction · 0.90
make_trackableFunction · 0.90
disable_searchFunction · 0.90

Tested by

no test coverage detected