MCPcopy
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

1import { describe, it, expect, afterEach } from 'vitest';
2import { normalizePath, expandHome, convertToWindowsPath } from '../path-utils.js';
3
4describe('Path Utilities', () => {

Callers

nothing calls this directly

Calls 3

convertToWindowsPathFunction · 0.85
normalizePathFunction · 0.85
expandHomeFunction · 0.85

Tested by

no test coverage detected