Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ paths.ts
File
paths.ts
packages/vitest/src/paths.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ resolve } from
'node:path'
2
import
url from
'node:url'
3
4
export
const
rootDir: string = resolve(url.fileURLToPath(
import
.meta.url),
'../../'
)
Callers
nothing calls this directly
Calls
1
resolve
Function · 0.50
Tested by
no test coverage detected