Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ Studio.vitest.ts
File
Studio.vitest.ts
packages/cli/src/__tests__/Studio.vitest.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ defaultTestConfig } from
'@prisma/config'
2
import
{ beforeEach, describe, expect, test, vi } from
'vitest'
3
4
const
createPoolMock = vi.fn(() => ({ end: vi.fn() }))
Callers
nothing calls this directly
Calls
8
defaultTestConfig
Function · 0.90
startStudioBff
Function · 0.85
getBffResponse
Function · 0.85
getServerResponse
Function · 0.85
parse
Method · 0.65
test
Function · 0.50
new
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected