debug server

This commit is contained in:
Moriz Wahl 2022-04-26 12:36:24 +02:00
parent f9589fad84
commit ad68c881ed

View File

@ -43,6 +43,7 @@ const resetEntity = async (entity: any) => {
const run = async () => {
const server = await createServer(context)
const seedClient = createTestClient(server.apollo)
console.log(seedClient)
const { con } = server
await cleanDB()