mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
clean database after all
This commit is contained in:
parent
cd3e2ee8ad
commit
640f2519f3
@ -236,7 +236,7 @@ beforeAll(async () => {
|
||||
})
|
||||
|
||||
afterAll(async () => {
|
||||
// await cleanDatabase()
|
||||
await cleanDatabase()
|
||||
driver.close()
|
||||
})
|
||||
|
||||
@ -2973,8 +2973,8 @@ describe('in mode', () => {
|
||||
await seedComplexScenarioAndClearAuthentication()
|
||||
})
|
||||
|
||||
afterEach(async () => {
|
||||
// await cleanDatabase()
|
||||
afterAll(async () => {
|
||||
await cleanDatabase()
|
||||
})
|
||||
|
||||
describe('unauthenticated', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user