Skip to content

Commit

Permalink
chore: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvervest authored and blurrah committed Jul 22, 2024
1 parent 07ca792 commit 65db905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ describe("gqlClientFetch", () => {
headers: {
"Content-Type": "application/json",
},
}
signal: expect.any(AbortSignal),
},
);
});
it("should perform a mutation", async () => {
Expand Down

0 comments on commit 65db905

Please sign in to comment.