Mve to afterall

pull/11421/merge^2
Sean Brydon 2023-09-19 16:56:07 +01:00
parent 4392cb0a23
commit 9e332063ad
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ test.describe("Signup Flow Test", async () => {
*/
await users.deleteByEmail("rick@example.com");
await users.deleteByEmail("rick-jones@example.com");
});
test.afterEach(async ({ users }) => {
// Clean up the user and token
await prisma.user.deleteMany({
where: {