Skip to content

Commit

Permalink
test: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Aug 20, 2023
1 parent 7fe4d4e commit f91bc7b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 42 deletions.
46 changes: 25 additions & 21 deletions components/badge/__tests__/__snapshots__/demo-extend.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1444,16 +1444,18 @@ exports[`renders components/badge/demo/component-token.tsx extend context correc
data-show="true"
title="5"
>
<span
class="ant-scroll-number-only"
style="transition: none;"
>
<bdi>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition: none;"
>
5
<span
class="ant-scroll-number-only-unit current"
>
5
</span>
</span>
</span>
</bdi>
</sup>
</span>
</div>
Expand All @@ -1469,26 +1471,28 @@ exports[`renders components/badge/demo/component-token.tsx extend context correc
data-show="true"
title="26"
>
<span
class="ant-scroll-number-only"
style="transition: none;"
>
<bdi>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition: none;"
>
2
<span
class="ant-scroll-number-only-unit current"
>
2
</span>
</span>
</span>
<span
class="ant-scroll-number-only"
style="transition: none;"
>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition: none;"
>
6
<span
class="ant-scroll-number-only-unit current"
>
6
</span>
</span>
</span>
</bdi>
</sup>
</span>
</div>
Expand Down
46 changes: 25 additions & 21 deletions components/badge/__tests__/__snapshots__/demo.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1437,16 +1437,18 @@ exports[`renders components/badge/demo/component-token.tsx correctly 1`] = `
data-show="true"
title="5"
>
<span
class="ant-scroll-number-only"
style="transition:none"
>
<bdi>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition:none"
>
5
<span
class="ant-scroll-number-only-unit current"
>
5
</span>
</span>
</span>
</bdi>
</sup>
</span>
</div>
Expand All @@ -1462,26 +1464,28 @@ exports[`renders components/badge/demo/component-token.tsx correctly 1`] = `
data-show="true"
title="26"
>
<span
class="ant-scroll-number-only"
style="transition:none"
>
<bdi>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition:none"
>
2
<span
class="ant-scroll-number-only-unit current"
>
2
</span>
</span>
</span>
<span
class="ant-scroll-number-only"
style="transition:none"
>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition:none"
>
6
<span
class="ant-scroll-number-only-unit current"
>
6
</span>
</span>
</span>
</bdi>
</sup>
</span>
</div>
Expand Down

0 comments on commit f91bc7b

Please sign in to comment.