We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db0918 commit 03edf6cCopy full SHA for 03edf6c
tests/db-utils.ts
@@ -147,7 +147,6 @@ export async function cleanupDb(prisma: PrismaClient) {
147
try {
148
await prisma.$executeRawUnsafe(`${statement};`)
149
} catch (error) {
150
- //trigger CI rerun
151
console.error(`Failed to execute statement: ${statement}`, error)
152
throw error
153
}
0 commit comments