Skip to content

Commit

Permalink
Add useSuspenseFragment to list of ignored React 17 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 17, 2024
1 parent f230ebb commit 2870a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const react17TestFileIgnoreList = [
// We only support Suspense with React 18, so don't test suspense hooks with
// React 17
"src/testing/experimental/__tests__/createTestSchema.test.tsx",
"src/react/hooks/__tests__/useSuspenseFragment.test.tsx",
"src/react/hooks/__tests__/useSuspenseQuery.test.tsx",
"src/react/hooks/__tests__/useBackgroundQuery.test.tsx",
"src/react/hooks/__tests__/useLoadableQuery.test.tsx",
Expand Down

0 comments on commit 2870a81

Please sign in to comment.