mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix seeds
This commit is contained in:
parent
ef79580387
commit
e4e308cdb4
@ -21,7 +21,7 @@ beforeAll(async () => {
|
||||
})
|
||||
|
||||
afterAll(async () => {
|
||||
// await cleanDB()
|
||||
await cleanDB()
|
||||
await con.close()
|
||||
})
|
||||
|
||||
|
||||
@ -29,6 +29,7 @@ const context = {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
forEach: (): void => {},
|
||||
},
|
||||
clientTimezoneOffset: 0,
|
||||
}
|
||||
|
||||
export const cleanDB = async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user