Skip to content

Commit 428a78a

Browse files
Merge pull request #311 from apollographql/main
Create a new pull request by comparing changes across two branches
2 parents b2521d3 + ee2f9b5 commit 428a78a

12 files changed

Lines changed: 2078 additions & 1297 deletions

config/jest.config.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)