@@ -30,8 +30,6 @@ const react18TestFileIgnoreList = [
3030 // to avoid running them twice with both react versions
3131 // since they do not import react
3232 ignoreTSFiles ,
33- // failing subscriptionLink test (1)
34- 'src/testing/react/__tests__/mockSubscriptionLink.test.tsx' ,
3533 // failing hoc tests (8)
3634 'src/react/hoc/__tests__/mutations/queries.test.tsx' ,
3735 'src/react/hoc/__tests__/mutations/recycled-queries.test.tsx' ,
@@ -41,15 +39,7 @@ const react18TestFileIgnoreList = [
4139 'src/react/hoc/__tests__/queries/observableQuery.test.tsx' ,
4240 'src/react/hoc/__tests__/queries/skip.test.tsx' ,
4341 'src/react/hoc/__tests__/subscriptions/subscriptions.test.tsx' ,
44- // failing hooks tests (4)
45- 'src/react/hooks/__tests__/useMutation.test.tsx' ,
46- 'src/react/hooks/__tests__/useQuery.test.tsx' ,
47- 'src/react/hooks/__tests__/useReactiveVar.test.tsx' ,
48- 'src/react/hooks/__tests__/useSubscription.test.tsx' ,
49- // failing components tests (4)
50- 'src/react/components/__tests__/ssr/server.test.tsx' ,
51- 'src/react/components/__tests__/client/Subscription.test.tsx' ,
52- 'src/react/components/__tests__/client/Mutation.test.tsx' ,
42+ // failing components tests (1)
5343 'src/react/components/__tests__/client/Query.test.tsx' ,
5444] ;
5545
0 commit comments