Skip to content

Commit 6ba252b

Browse files
committed
Update exports snapshot
1 parent 1ec1cc3 commit 6ba252b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/__tests__/__snapshots__/exports.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Array [
1010
"DocumentTransform",
1111
"HttpLink",
1212
"InMemoryCache",
13+
"LinkError",
1314
"MissingFieldError",
14-
"NetworkError",
1515
"NetworkStatus",
1616
"Observable",
1717
"ObservableQuery",
@@ -78,8 +78,8 @@ Array [
7878
"DocumentTransform",
7979
"HttpLink",
8080
"InMemoryCache",
81+
"LinkError",
8182
"MissingFieldError",
82-
"NetworkError",
8383
"NetworkStatus",
8484
"Observable",
8585
"ObservableQuery",
@@ -131,13 +131,13 @@ exports[`exports of public entry points @apollo/client/errors 1`] = `
131131
Array [
132132
"CombinedGraphQLErrors",
133133
"CombinedProtocolErrors",
134-
"NetworkError",
134+
"LinkError",
135135
"PROTOCOL_ERRORS_SYMBOL",
136136
"ServerError",
137137
"ServerParseError",
138138
"UnconventionalError",
139139
"graphQLResultHasProtocolErrors",
140-
"registerNetworkError",
140+
"registerLinkError",
141141
"toErrorLike",
142142
]
143143
`;

0 commit comments

Comments
 (0)