fix seeds

This commit is contained in:
Moriz Wahl 2022-11-15 14:34:20 +01:00
parent ef79580387
commit e4e308cdb4
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ beforeAll(async () => {
})
afterAll(async () => {
// await cleanDB()
await cleanDB()
await con.close()
})

View File

@ -29,6 +29,7 @@ const context = {
// eslint-disable-next-line @typescript-eslint/no-empty-function
forEach: (): void => {},
},
clientTimezoneOffset: 0,
}
export const cleanDB = async () => {