MCPcopy
hub / github.com/stenciljs/core / path.spec.ts

File path.spec.ts

src/utils/test/path.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { join, normalize, normalizeFsPathQuery, normalizePath, relative, resolve } from '../path';
2
3describe('normalizePath', () => {
4 it('node module', () => {

Callers

nothing calls this directly

Calls 6

normalizePathFunction · 0.90
normalizeFsPathQueryFunction · 0.90
joinFunction · 0.90
relativeFunction · 0.90
resolveFunction · 0.90
normalizeFunction · 0.90

Tested by

no test coverage detected