cleanDB afterAll

This commit is contained in:
Claus-Peter Huebner 2023-05-15 23:59:46 +02:00
parent 4308dc7329
commit 47869b199d

View File

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