We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72fb97 commit c6d767dCopy full SHA for c6d767d
__tests__/demo.js
@@ -17,6 +17,8 @@ fetch("https://pokeapi.co/api/v2/pokemon/ditto")
17
// Should output something like:
18
// > node __tests__/demo.js
19
//
20
+// [GhostCache] (fetch) Fetching from network: {"url":"https://pokeapi.co/api/v2/pokemon/ditto"}
21
+// [GhostCache] Cached response for key: {"url":"https://pokeapi.co/api/v2/pokemon/ditto"}
22
// Fetched data: {
23
// abilities: [
24
// { ability: [Object], is_hidden: false, slot: 1 },
0 commit comments