MCPcopy
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

1import { defaultTestConfig } from '@prisma/config'
2import { beforeEach, describe, expect, test, vi } from 'vitest'
3
4const createPoolMock = vi.fn(() => ({ end: vi.fn() }))

Callers

nothing calls this directly

Calls 8

defaultTestConfigFunction · 0.90
startStudioBffFunction · 0.85
getBffResponseFunction · 0.85
getServerResponseFunction · 0.85
parseMethod · 0.65
testFunction · 0.50
newMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected