Skip to content

Commit 47acfc5

Browse files
author
moshyfawn
committed
✅ test(react-query): update suspense test desc
1 parent 1428a0e commit 47acfc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-query/src/__tests__/suspense.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ describe("useQuery's in Suspense mode", () => {
656656
await waitFor(() => rendered.getByText('rendered'))
657657
})
658658

659-
it('should not throw errors to the error boundary when a throwError function returns true', async () => {
659+
it('should not throw errors to the error boundary when a throwErrors function returns true', async () => {
660660
const key = queryKey()
661661

662662
function Page() {

0 commit comments

Comments
 (0)