Skip to content

Commit

Permalink
📸 Update snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlee-dev committed Aug 24, 2019
1 parent 4e3a3fa commit 49ac4ab
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/__tests__/components/__snapshots__/ItemTimer.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

exports[`<ItemTimer /> Should render the <ItemTimer /> component. 1`] = `
<DocumentFragment>
<span>
0 minutes 0 seconds
</span>
<div
class="StyledBox-sc-13pk1d4-0 IRSNj"
>
<h3
class="StyledHeading-sc-1rdh4aw-0 ftOecI"
>
Item Timer
</h3>
<span>
0 minutes 0 seconds
</span>
</div>
</DocumentFragment>
`;

0 comments on commit 49ac4ab

Please sign in to comment.