clean db after tests again

This commit is contained in:
Moriz Wahl 2023-01-31 14:04:19 +01:00
parent 84a1cfcf77
commit d7fca05bc8

View File

@ -21,7 +21,7 @@ beforeAll(async () => {
}) })
afterAll(async () => { afterAll(async () => {
// await cleanDB() await cleanDB()
await con.close() await con.close()
}) })