Skip to content

Commit f613eb1

Browse files
committed
chore: updated failing test snapshot
1 parent 263f02d commit f613eb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Fetch makes an API call and displays the greeting when load-greeting is clicked 1`] = `
4-
<div><button data-testid="load-greeting">
4+
<div>
5+
<button data-testid="load-greeting">
56
Fetch
6-
</button> <span data-testid="greeting-text">hello there</span>
7-
{{ data ? : null}
7+
</button> <span data-testid="greeting-text">hello there</span> {{ data ? : null}
88
</div>
99
`;

0 commit comments

Comments
 (0)