Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
foryuki committed Nov 29, 2022
1 parent 732d04b commit c01e153
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions components/anchor/__tests__/__snapshots__/demo-extend.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ exports[`renders ./components/anchor/demo/basic.tsx extend context correctly 1`]
<a
class="ant-anchor-link-title"
href="#components-anchor-demo-basic"
title="Basic demo"
title="item Basic demo"
>
Basic demo
item Basic demo
</a>
</div>
<div
Expand Down Expand Up @@ -61,17 +61,17 @@ exports[`renders ./components/anchor/demo/basic.tsx extend context correctly 1`]
>
Anchor Props
</a>
</div>
<div
class="ant-anchor-link"
>
<a
class="ant-anchor-link-title"
href="#link-props"
title="Link Props"
<div
class="ant-anchor-link"
>
Link Props
</a>
<a
class="ant-anchor-link-title"
href="#link-props"
title="Link Props"
>
Link Props
</a>
</div>
</div>
</div>
</div>
Expand Down
24 changes: 12 additions & 12 deletions components/anchor/__tests__/__snapshots__/demo.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ exports[`renders ./components/anchor/demo/basic.tsx correctly 1`] = `
<a
class="ant-anchor-link-title"
href="#components-anchor-demo-basic"
title="Basic demo"
title="item Basic demo"
>
Basic demo
item Basic demo
</a>
</div>
<div
Expand Down Expand Up @@ -61,17 +61,17 @@ exports[`renders ./components/anchor/demo/basic.tsx correctly 1`] = `
>
Anchor Props
</a>
</div>
<div
class="ant-anchor-link"
>
<a
class="ant-anchor-link-title"
href="#link-props"
title="Link Props"
<div
class="ant-anchor-link"
>
Link Props
</a>
<a
class="ant-anchor-link-title"
href="#link-props"
title="Link Props"
>
Link Props
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit c01e153

Please sign in to comment.