We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf129b commit 15df193Copy full SHA for 15df193
1 file changed
test/skip/skip.spec.ts
@@ -149,7 +149,7 @@ describe("skip", () => {
149
])("it should skip codegen $describe", async ({ skip }, context) => {
150
await startServer({ skip }, context as TestContextWithServer);
151
152
- expect(codegenGenerateMock.mock.calls).toEqual([]);
+ expect(codegenGenerateMock).not.toHaveBeenCalled();
153
});
154
155
@@ -227,7 +227,7 @@ describe("skip", () => {
227
228
await updateQueryFile("query Foo { foo bar }");
229
230
231
232
233
0 commit comments