Skip to content

Commit

Permalink
Merge branch 'canary' into interpolate-getter-setter
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed May 13, 2022
2 parents 9f42d18 + 2ed5b3d commit 118ec01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -9,7 +9,7 @@ exports[`renders homepage unchanged 1`] = `
<h1
class="title"
>
Welcome to
Welcome to
<a
href="https://nextjs.org"
>
Expand All @@ -19,7 +19,7 @@ exports[`renders homepage unchanged 1`] = `
<p
class="description"
>
Get started by editing
Get started by editing
<code>
pages/index.js
</code>
Expand Down Expand Up @@ -82,7 +82,7 @@ exports[`renders homepage unchanged 1`] = `
target="_blank"
>
Powered by
<span
class="logo"
>
Expand All @@ -95,7 +95,7 @@ exports[`renders homepage unchanged 1`] = `
<img
alt=""
aria-hidden="true"
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIi8+"
src="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2772%27%20height=%2716%27/%3e"
style="display: block; max-width: 100%; background: none; opacity: 1; border: 0px; margin: 0px; padding: 0px;"
/>
</span>
Expand Down
8 changes: 4 additions & 4 deletions examples/with-jest/__tests__/__snapshots__/snapshot.tsx.snap
Expand Up @@ -9,7 +9,7 @@ exports[`renders homepage unchanged 1`] = `
<h1
class="title"
>
Welcome to
Welcome to
<a
href="https://nextjs.org"
>
Expand All @@ -19,7 +19,7 @@ exports[`renders homepage unchanged 1`] = `
<p
class="description"
>
Get started by editing
Get started by editing
<code>
pages/index.js
</code>
Expand Down Expand Up @@ -82,7 +82,7 @@ exports[`renders homepage unchanged 1`] = `
target="_blank"
>
Powered by
<span
class="logo"
>
Expand All @@ -95,7 +95,7 @@ exports[`renders homepage unchanged 1`] = `
<img
alt=""
aria-hidden="true"
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIi8+"
src="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2772%27%20height=%2716%27/%3e"
style="display: block; max-width: 100%; background: none; opacity: 1; border: 0px; margin: 0px; padding: 0px;"
/>
</span>
Expand Down

0 comments on commit 118ec01

Please sign in to comment.