Skip to content

Commit 3ec50e2

Browse files
committed
Updated test
1 parent 06704e1 commit 3ec50e2

File tree

2 files changed

+10
-4
lines changed

2 files changed

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

33
exports[`Footer renders properly 1`] = `
4-
<footer>
5-
<p>© 2020 Randell Quitain</p>
6-
</footer>
4+
<div class="wrap-footer">
5+
<footer>
6+
<search-stub></search-stub>
7+
</footer>
8+
</div>
79
`;
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Header renders properly 1`] = `<header></header>`;
3+
exports[`Header renders properly 1`] = `
4+
<div class="wrap-header">
5+
<header></header>
6+
</div>
7+
`;

0 commit comments

Comments
 (0)