mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
activate clean database again
This commit is contained in:
parent
c9135d321d
commit
badaac8527
@ -62,7 +62,7 @@ beforeAll(async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
// await cleanDatabase()
|
await cleanDatabase()
|
||||||
driver.close()
|
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
|
// 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 () => {
|
afterEach(async () => {
|
||||||
// await cleanDatabase()
|
await cleanDatabase()
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('notifications', () => {
|
describe('notifications', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user