| 7 | type Server = Awaited<ReturnType<typeof startPrismaDevServer>> |
| 8 | |
| 9 | export interface TestExampleOptions { |
| 10 | skipSeed?: boolean |
| 11 | skipMigrate?: boolean |
| 12 | runBuild?: boolean |
| 13 | } |
| 14 | |
| 15 | export function testExample(examplePath: string, options?: TestExampleOptions) { |
| 16 | describe(examplePath, () => { |
nothing calls this directly
no outgoing calls
no test coverage detected