Skip to content

Commit

Permalink
update test snapshot in with-typescript-eslint-jest (#13847)
Browse files Browse the repository at this point in the history
Updating snapshot for #13732 where the `toMatchSnapshot` expectation moved to another test.
  • Loading branch information
Simon Goldin committed Jun 7, 2020
1 parent 989b6ad commit c61fd50
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Home page clicking button triggers alert 1`] = `
exports[`Home page matches snapshot 1`] = `
<DocumentFragment>
<div
class="jsx-2250570153 container"
Expand All @@ -11,7 +11,7 @@ exports[`Home page clicking button triggers alert 1`] = `
<h1
class="jsx-2250570153 title"
>
Welcome to
Welcome to
<a
class="jsx-2250570153"
href="https://nextjs.org"
Expand All @@ -22,7 +22,7 @@ exports[`Home page clicking button triggers alert 1`] = `
<p
class="jsx-2250570153 description"
>
Get started by editing
Get started by editing
<code
class="jsx-2250570153"
>
Expand Down Expand Up @@ -108,7 +108,7 @@ exports[`Home page clicking button triggers alert 1`] = `
rel="noopener noreferrer"
target="_blank"
>
Powered by
Powered by
<img
alt="Vercel Logo"
class="jsx-2250570153 logo"
Expand Down

0 comments on commit c61fd50

Please sign in to comment.