Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Aug 28, 2024
1 parent fa01491 commit c7100a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/__tests__/__snapshots__/exports.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Array [
"ApolloError",
"ApolloLink",
"ApolloProvider",
"Cache",
"DocumentTransform",
"DocumentType",
"HttpLink",
Expand Down Expand Up @@ -73,6 +74,7 @@ Array [
exports[`exports of public entry points @apollo/client/cache 1`] = `
Array [
"ApolloCache",
"Cache",
"EntityStore",
"InMemoryCache",
"MissingFieldError",
Expand All @@ -94,6 +96,7 @@ Array [
"ApolloClient",
"ApolloError",
"ApolloLink",
"Cache",
"DocumentTransform",
"HttpLink",
"InMemoryCache",
Expand Down

0 comments on commit c7100a3

Please sign in to comment.