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 1058908 commit b24e995Copy full SHA for b24e995
servers/curated-corpus-api/src/test/helpers/clearDb.ts
@@ -16,4 +16,5 @@ export async function clearDb(prisma: PrismaClient): Promise<void> {
16
await prisma.trustedDomain.deleteMany({});
17
await prisma.scheduleReview.deleteMany({});
18
await prisma.excludedDomain.deleteMany({});
19
+ await prisma.publisherDomain.deleteMany({});
20
}
0 commit comments