© 2026 Hedgehog Software, LLC
afterEach(async () => { const ctx = await createContextInner({ session: null, }); await ctx.prisma.record.deleteMany(); // more records here... });