diff --git a/src/client.test.ts b/src/client.test.ts index eea554f..35de0ff 100644 --- a/src/client.test.ts +++ b/src/client.test.ts @@ -83,7 +83,8 @@ describe("gqlClientFetch", () => { headers: { "Content-Type": "application/json", }, - } + signal: expect.any(AbortSignal), + }, ); }); it("should perform a mutation", async () => {