MCPcopy Index your code
hub / github.com/prisma/prisma-examples / TestExampleOptions

Interface TestExampleOptions

tests/fixtures.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7type Server = Awaited<ReturnType<typeof startPrismaDevServer>>
8
9export interface TestExampleOptions {
10 skipSeed?: boolean
11 skipMigrate?: boolean
12 runBuild?: boolean
13}
14
15export function testExample(examplePath: string, options?: TestExampleOptions) {
16 describe(examplePath, () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected