clean db after all

This commit is contained in:
Moriz Wahl 2023-07-14 14:44:41 +02:00
parent 09be4d3442
commit d7746e5904

View File

@ -30,7 +30,7 @@ beforeAll(async () => {
})
afterAll(async () => {
// await cleanDatabase()
await cleanDatabase()
driver.close()
})