Skip to content

Commit bb9b4ad

Browse files
committed
Remove custom annotation
1 parent 5742f4f commit bb9b4ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/openapi-react-query/test/index.test.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ describe("client", () => {
822822
});
823823
});
824824
});
825-
// >: {"tests": ["infiniteQuery"]}
826825
describe("useInfiniteQuery", () => {
827826
it("should fetch data correctly with pagination and include cursor", async () => {
828827
const fetchClient = createFetchClient<paths>({ baseUrl });
@@ -1078,5 +1077,4 @@ describe("client", () => {
10781077
expect(allItems).toEqual([1, 2, 3, 4, 5, 6]);
10791078
});
10801079
});
1081-
// <: {"tests": ["infiniteQuery"]}
10821080
});

0 commit comments

Comments
 (0)