Skip to content

Commit

Permalink
fix(playwright): fixed the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblackburn committed Oct 20, 2024
1 parent 17efc4e commit 783dd02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ async function createRole(
}

async function createUsers() {
console.time('🧹 Cleaned up the database...')
await cleanupDb()
console.timeEnd('🧹 Cleaned up the database...')

const totalUsers = 5
console.time(`👤 Created ${totalUsers} users...`)

Expand Down

0 comments on commit 783dd02

Please sign in to comment.