do not reset db on start of database in backend unit tests

This commit is contained in:
Moriz Wahl 2022-03-14 15:18:45 +01:00
parent 109853d257
commit e5215b56aa

View File

@ -35,7 +35,6 @@ export const testEnvironment = async () => {
const mutate = testClient.mutate
const query = testClient.query
await initialize()
await resetDB()
return { mutate, query, con }
}