Skip to content

Commit

Permalink
test: 更新 antd snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Feb 7, 2024
1 parent b81dfd1 commit 3b5a03b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/__snapshots__/BtnLink.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`BtnLink renders correctly 1`] = `
<a
class="ant-btn ant-btn-default"
href="/"
tabindex="0"
>
<span>
bar
Expand All @@ -18,6 +19,7 @@ exports[`BtnLink text 1`] = `
class="ant-btn ant-btn-default"
data-testid="foo"
href="/"
tabindex="0"
>
<span>
bar
Expand Down
2 changes: 2 additions & 0 deletions __tests__/__snapshots__/NewBtn.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`NewBtn default 1`] = `
<a
class="ant-btn ant-btn-primary"
href="foo"
tabindex="0"
>
<span>
bar
Expand All @@ -19,6 +20,7 @@ exports[`NewBtn text 1`] = `
class="ant-btn ant-btn-primary"
data-testid="foo"
href="foo"
tabindex="0"
>
<span>
bar
Expand Down

0 comments on commit 3b5a03b

Please sign in to comment.