MCPcopy
hub / github.com/prisma/prisma / toUnixPath

Function toUnixPath

packages/internals/src/__tests__/getSchema.test.ts:19–21  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

17const FIXTURE_CWD = path.resolve(fixturesPath, 'getSchema')
18
19function toUnixPath(path: string) {
20 return path.replace(/\\/g, '/')
21}
22
23async function testSchemaPath({
24 fixtureName,

Callers 1

testSchemaPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected