mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
remove setUpTestServer function export
This commit is contained in:
@@ -6,7 +6,7 @@ import { beforeEach } from "@jest/globals";
|
|||||||
import { ServerContext } from "../../src/ServerContext";
|
import { ServerContext } from "../../src/ServerContext";
|
||||||
|
|
||||||
|
|
||||||
export function setUpTestServer() {
|
function setUpTestServer() {
|
||||||
// Leaving this separate from the main server in case
|
// Leaving this separate from the main server in case
|
||||||
// configuration changes
|
// configuration changes
|
||||||
const typeDefs = readFileSync("./schema.graphqls", "utf8");
|
const typeDefs = readFileSync("./schema.graphqls", "utf8");
|
||||||
|
|||||||
Reference in New Issue
Block a user