Skip to content

Commit

Permalink
✅ Fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 14, 2019
1 parent aa70d14 commit be75d12
Showing 1 changed file with 30 additions and 50 deletions.
80 changes: 30 additions & 50 deletions components/table/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -4062,11 +4062,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4095,11 +4093,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4128,11 +4124,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4161,11 +4155,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4194,11 +4186,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4227,11 +4217,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4260,11 +4248,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4293,11 +4279,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4326,11 +4310,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
<tr
Expand Down Expand Up @@ -4359,11 +4341,9 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
<td
class=""
>
<div>
<a>
Edit
</a>
</div>
<a>
Edit
</a>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit be75d12

Please sign in to comment.