Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ join, normalize, normalizeFsPathQuery, normalizePath, relative, resolve } from
'../path'
;
2
3
describe(
'normalizePath'
, () => {
4
it(
'node module'
, () => {
Callers
nothing calls this directly
Calls
6
normalizePath
Function · 0.90
normalizeFsPathQuery
Function · 0.90
join
Function · 0.90
relative
Function · 0.90
resolve
Function · 0.90
normalize
Function · 0.90
Tested by
no test coverage detected