Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/modelcontextprotocol/servers
/ path-utils.test.ts
File
path-utils.test.ts
src/filesystem/__tests__/path-utils.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, afterEach } from
'vitest'
;
2
import
{ normalizePath, expandHome, convertToWindowsPath } from
'../path-utils.js'
;
3
4
describe(
'Path Utilities'
, () => {
Callers
nothing calls this directly
Calls
3
convertToWindowsPath
Function · 0.85
normalizePath
Function · 0.85
expandHome
Function · 0.85
Tested by
no test coverage detected