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 263f02d commit f613eb1Copy full SHA for f613eb1
tests/__tests__/__snapshots__/fetch.js.snap
@@ -1,9 +1,9 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports[`Fetch makes an API call and displays the greeting when load-greeting is clicked 1`] = `
4
-<div><button data-testid="load-greeting">
+<div>
5
+ <button data-testid="load-greeting">
6
Fetch
- </button> <span data-testid="greeting-text">hello there</span>
7
- {{ data ? : null}
+ </button> <span data-testid="greeting-text">hello there</span> {{ data ? : null}
8
</div>
9
`;
0 commit comments