MCPcopy
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

1import { resolve } from 'node:path'
2import url from 'node:url'
3
4export const rootDir: string = resolve(url.fileURLToPath(import.meta.url), '../../')

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected