after all clean DB

This commit is contained in:
Moriz Wahl 2023-03-06 15:32:29 +01:00
parent 11a7dc2881
commit 77ca09ed04

View File

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