mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Delete AdminResolver.test.ts
This commit is contained in:
parent
6810c7b50d
commit
2ca291684c
@ -1,25 +0,0 @@
|
|||||||
import { testEnvironment, headerPushMock, resetToken, cleanDB } from '@test/helpers'
|
|
||||||
import { seedAll } from '@/seeds/index'
|
|
||||||
|
|
||||||
let mutate: any, query: any, con: any
|
|
||||||
let testEnv: any
|
|
||||||
|
|
||||||
beforeAll(async () => {
|
|
||||||
testEnv = await testEnvironment()
|
|
||||||
mutate = testEnv.mutate
|
|
||||||
query = testEnv.query
|
|
||||||
con = testEnv.con
|
|
||||||
await cleanDB()
|
|
||||||
seedAll(testEnv.testClient)
|
|
||||||
})
|
|
||||||
|
|
||||||
afterAll(async () => {
|
|
||||||
await cleanDB()
|
|
||||||
await con.close()
|
|
||||||
})
|
|
||||||
|
|
||||||
describe('AdminResolver', () => {
|
|
||||||
it('runs', () => {
|
|
||||||
expect(true).toBe(true)
|
|
||||||
})
|
|
||||||
})
|
|
||||||
Loading…
x
Reference in New Issue
Block a user