activate clean database again

This commit is contained in:
Moriz Wahl 2023-06-21 14:33:41 +02:00
parent c9135d321d
commit badaac8527

View File

@ -62,7 +62,7 @@ beforeAll(async () => {
})
afterAll(async () => {
// await cleanDatabase()
await cleanDatabase()
driver.close()
})
@ -89,7 +89,7 @@ beforeEach(async () => {
// TODO: avoid database clean after each test in the future if possible for performance and flakyness reasons by filling the database step by step, see issue https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/4543
afterEach(async () => {
// await cleanDatabase()
await cleanDatabase()
})
describe('notifications', () => {