Skip to content

Commit c6d767d

Browse files
committed
Final: Library Working
1 parent e72fb97 commit c6d767d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/demo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ fetch("https://pokeapi.co/api/v2/pokemon/ditto")
1717
// Should output something like:
1818
// > node __tests__/demo.js
1919
//
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"}
2022
// Fetched data: {
2123
// abilities: [
2224
// { ability: [Object], is_hidden: false, slot: 1 },

0 commit comments

Comments
 (0)