This commit is contained in:
einhornimmond 2024-12-16 14:54:42 +01:00
parent 7bbdd8d3d4
commit 3a8c70bcf6

View File

@ -112,6 +112,7 @@ beforeAll(async () => {
mutate = testEnv.mutate
query = testEnv.query
con = testEnv.con
CONFIG.HUMHUB_ACTIVE = false
await cleanDB()
})