We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1be9bf commit afc6a57Copy full SHA for afc6a57
docs/src/pages/guides/testing.md
@@ -126,7 +126,7 @@ await waitFor(() => result.current.isSuccess);
126
127
expect(result.current.data).toStrictEqual(generateMockedResponse(1));
128
129
-result.current.fetchMore();
+result.current.fetchNextPage();
130
131
await waitFor(() => result.current.isFetching);
132
await waitFor(() => !result.current.isFetching);
0 commit comments