remove jest.mock('@/config')

This commit is contained in:
Claus-Peter Hübner 2023-02-08 22:29:20 +01:00
parent ae9279357b
commit 8e85705b9e

View File

@ -1,11 +1,8 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
import { createTestClient } from 'apollo-server-testing'
import createServer from '@/server/createServer'
jest.mock('@/config')
let query: any
// to do: We need a setup for the tests that closes the connection