diff --git a/backend/test/helpers.ts b/backend/test/helpers.ts index aa11d54e9..74addae3d 100644 --- a/backend/test/helpers.ts +++ b/backend/test/helpers.ts @@ -35,7 +35,6 @@ export const testEnvironment = async () => { const mutate = testClient.mutate const query = testClient.query await initialize() - await resetDB() return { mutate, query, con } }