Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rollup/plugins
/ normalizePath.ts
File
normalizePath.ts
packages/pluginutils/test/normalizePath.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ normalizePath } from
'../'
;
2
3
test(
'replaces \\ with /'
, () => {
4
expect(normalizePath(
'foo\\bar'
)).toBe(
'foo/bar'
);
Callers
nothing calls this directly
Calls
2
test
Function · 0.85
normalizePath
Function · 0.50
Tested by
no test coverage detected