This commit is contained in:
Claus-Peter Huebner 2023-12-01 01:06:26 +01:00
parent 260790e3e2
commit dec76f2167
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/no-unsafe-return */
import { entities } from '@entity/index'
import { createTestClient } from 'apollo-server-testing'
// import { createTestClient } from 'apollo-server-testing'
import { CONFIG } from '@/config'
import { createServer } from '@/server/createServer'
@ -42,7 +42,7 @@ const resetEntity = async (entity: any) => {
const run = async () => {
const server = await createServer(context)
const seedClient = createTestClient(server.apollo)
// const seedClient = createTestClient(server.apollo)
const { con } = server
// test GMS-Api Client

View File

@ -6,7 +6,7 @@
import { entities } from '@entity/index'
import { User as DbUser } from '@entity/User'
import { createTestClient } from 'apollo-server-testing'
// import { createTestClient } from 'apollo-server-testing'
import { createGmsUser } from '@/apis/gms/GmsClient'
import { GmsUser } from '@/apis/gms/model/GmsUser'
@ -47,7 +47,7 @@ const resetEntity = async (entity: any) => {
const run = async () => {
const server = await createServer(context)
const seedClient = createTestClient(server.apollo)
// const seedClient = createTestClient(server.apollo)
const { con } = server
const homeCom = await getHomeCommunity()