Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Jul 11, 2024
1 parent 7082cd5 commit b0c2202
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions src/cell/__test__/__snapshots__/demo.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ exports[`Cell > Cell groupVue demo works fine 1`] = `
width="1em"
>
<path
clip-rule="evenodd"
d="M12 3a4 4 0 00-4 4v3h8V7a4 4 0 00-4-4zm6 7V7A6 6 0 006 7v3H3.5v12h17V10H18zM5.5 12v8h13v-8h-13zM9 15h6v2H9v-2z"
d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v13h-17V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm-2 2v9h13v-9h-13zM9 14.5h6v2H9v-2z"
fill="currentColor"
fill-rule="evenodd"
/>
</svg>
</div>
Expand Down Expand Up @@ -456,10 +454,8 @@ exports[`Cell > Cell mobileVue demo works fine 1`] = `
width="1em"
>
<path
clip-rule="evenodd"
d="M12 3a4 4 0 00-4 4v3h8V7a4 4 0 00-4-4zm6 7V7A6 6 0 006 7v3H3.5v12h17V10H18zM5.5 12v8h13v-8h-13zM9 15h6v2H9v-2z"
d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v13h-17V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm-2 2v9h13v-9h-13zM9 14.5h6v2H9v-2z"
fill="currentColor"
fill-rule="evenodd"
/>
</svg>
</div>
Expand Down Expand Up @@ -783,10 +779,8 @@ exports[`Cell > Cell mobileVue demo works fine 1`] = `
width="1em"
>
<path
clip-rule="evenodd"
d="M12 3a4 4 0 00-4 4v3h8V7a4 4 0 00-4-4zm6 7V7A6 6 0 006 7v3H3.5v12h17V10H18zM5.5 12v8h13v-8h-13zM9 15h6v2H9v-2z"
d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v13h-17V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm-2 2v9h13v-9h-13zM9 14.5h6v2H9v-2z"
fill="currentColor"
fill-rule="evenodd"
/>
</svg>
Expand Down Expand Up @@ -1065,10 +1059,8 @@ exports[`Cell > Cell mobileVue demo works fine 1`] = `
width="1em"
>
<path
clip-rule="evenodd"
d="M12 3a4 4 0 00-4 4v3h8V7a4 4 0 00-4-4zm6 7V7A6 6 0 006 7v3H3.5v12h17V10H18zM5.5 12v8h13v-8h-13zM9 15h6v2H9v-2z"
d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v13h-17V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm-2 2v9h13v-9h-13zM9 14.5h6v2H9v-2z"
fill="currentColor"
fill-rule="evenodd"
/>
</svg>
</div>
Expand Down Expand Up @@ -1482,10 +1474,8 @@ exports[`Cell > Cell multipleVue demo works fine 1`] = `
width="1em"
>
<path
clip-rule="evenodd"
d="M12 3a4 4 0 00-4 4v3h8V7a4 4 0 00-4-4zm6 7V7A6 6 0 006 7v3H3.5v12h17V10H18zM5.5 12v8h13v-8h-13zM9 15h6v2H9v-2z"
d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v13h-17V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm-2 2v9h13v-9h-13zM9 14.5h6v2H9v-2z"
fill="currentColor"
fill-rule="evenodd"
/>
</svg>
Expand Down Expand Up @@ -1959,10 +1949,8 @@ exports[`Cell > Cell singleVue demo works fine 1`] = `
width="1em"
>
<path
clip-rule="evenodd"
d="M12 3a4 4 0 00-4 4v3h8V7a4 4 0 00-4-4zm6 7V7A6 6 0 006 7v3H3.5v12h17V10H18zM5.5 12v8h13v-8h-13zM9 15h6v2H9v-2z"
d="M5.5 7.5a6.5 6.5 0 0113 0V9h2v13h-17V9h2V7.5zm2 1.5h9V7.5a4.5 4.5 0 10-9 0V9zm-2 2v9h13v-9h-13zM9 14.5h6v2H9v-2z"
fill="currentColor"
fill-rule="evenodd"
/>
</svg>
</div>
Expand Down

0 comments on commit b0c2202

Please sign in to comment.