Skip to content

Commit 5a00989

Browse files
committed
trigger ci
1 parent 8d2be4c commit 5a00989

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/db-utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ export async function img({
115115
}
116116
}
117117

118+
// trigger CI
119+
118120
export async function cleanupDb(prisma: PrismaClient) {
119121
const tables = await prisma.$queryRaw<
120122
{ name: string }[]

0 commit comments

Comments
 (0)