Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ defaultSchemaDir
Function
defaultSchemaDir
packages/cli/src/utils/client-output-path.test.ts:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
const
ctx = jestContext.
new
().assemble()
8
9
const
defaultSchemaDir = () => path.join(process.cwd(),
'prisma'
)
10
11
test(
'empty dir'
, () => {
12
ctx.fixture(
'client-output-path/empty-dir'
)
Callers
1
client-output-path.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected