Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update test snapshot in with-typescript-eslint-jest #13847

Merged
merged 2 commits into from Jun 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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