You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/__tests__/__snapshots__/persistCache.ts.snap
+2-12
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,6 @@ exports[`persistCache advanced usage passing in debounce configures the debounce
4
4
5
5
exports[`persistCache advanced usage passing in key customizes the storage key 1`] =`"{\\"ROOT_QUERY\\":{\\"hello\\":\\"world\\"}}"`;
6
6
7
-
exports[`persistCache setup requires a cache 1`] =`
8
-
"
9
-
In order to persist your Apollo Cache, you need to pass in a cache.
10
-
Please see https://www.apollographql.com/docs/react/basics/caching.html for our default InMemoryCache.
11
-
"
12
-
`;
7
+
exports[`persistCache setup requires a cache 1`] =`"In order to persist your Apollo Cache, you need to pass in a cache. Please see https://www.apollographql.com/docs/react/basics/caching.html for our default InMemoryCache."`;
In order to persist your Apollo Cache, you need to pass in an underlying storage provider.
17
-
Please see https://github.com/apollographql/apollo-cache-persist#storage-providers
18
-
"
19
-
`;
9
+
exports[`persistCache setup requires storage 1`] =`"In order to persist your Apollo Cache, you need to pass in an underlying storage provider. Please see https://github.com/apollographql/apollo-cache-persist#storage-providers"`;
0 commit comments