Skip to content

Commit

Permalink
Updated snapshot - ?
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernotto committed Oct 18, 2019
1 parent 50d8425 commit a5269af
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions src/__snapshots__/App.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v2, https://goo.gl/fbAQLP

exports[`App renders without crashing 1`] = `
<header
data-testid="app"
>
<a
aria-current="page"
href="/"
>
Home
</a>
<a
href="/contact-us"
>
Contact Us
</a>
</header>
<header data-testid="app">
<Link to='/'>Home</Link>
<Link to='contact-us'>Contact Us</Link>
<Link to='calendar'>Calendar</Link>
</header>
`;

0 comments on commit a5269af

Please sign in to comment.