Skip to content

Commit

Permalink
Update exports snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 12, 2024
1 parent 2bab6b8 commit 2d2c144
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/__tests__/__snapshots__/exports.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -297,14 +297,6 @@ Array [
]
`;

exports[`exports of public entry points @apollo/client/react/components 1`] = `
Array [
"Mutation",
"Query",
"Subscription",
]
`;

exports[`exports of public entry points @apollo/client/react/context 1`] = `
Array [
"ApolloConsumer",
Expand All @@ -314,16 +306,6 @@ Array [
]
`;

exports[`exports of public entry points @apollo/client/react/hoc 1`] = `
Array [
"graphql",
"withApollo",
"withMutation",
"withQuery",
"withSubscription",
]
`;

exports[`exports of public entry points @apollo/client/react/hooks 1`] = `
Array [
"skipToken",
Expand Down

0 comments on commit 2d2c144

Please sign in to comment.