MCPcopy 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

1import { normalizePath } from '../';
2
3test('replaces \\ with /', () => {
4 expect(normalizePath('foo\\bar')).toBe('foo/bar');

Callers

nothing calls this directly

Calls 2

testFunction · 0.85
normalizePathFunction · 0.50

Tested by

no test coverage detected