Skip to content

Commit 65db905

Browse files
tvervestblurrah
authored andcommitted
chore: fixed tests
1 parent 07ca792 commit 65db905

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ describe("gqlClientFetch", () => {
8383
headers: {
8484
"Content-Type": "application/json",
8585
},
86-
}
86+
signal: expect.any(AbortSignal),
87+
},
8788
);
8889
});
8990
it("should perform a mutation", async () => {

0 commit comments

Comments
 (0)