remove setUpTestServer function export

This commit is contained in:
2025-01-29 15:28:32 -08:00
parent 894fbc5a8d
commit d41a9ccc22

View File

@@ -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");