Skip to content

Commit

Permalink
✅ test: 升级依赖并修正单测
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 27, 2022
1 parent 0005421 commit 355a28c
Show file tree
Hide file tree
Showing 6 changed files with 1,818 additions and 1,812 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exports[`ErrorFallback 默认 1`] = `
</div>
<span
aria-hidden="true"
style="position: fixed; display: block; left: 0px; top: 0px; z-index: -9999; visibility: hidden; pointer-events: none; width: 9999px;"
style="position: fixed; display: block; left: 0px; top: 0px; z-index: -9999; visibility: hidden; pointer-events: none; word-break: keep-all; white-space: nowrap;"
>
lg
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ exports[`Reference 列表 1`] = `
class="mind-edge-references-foot"
>
<button
class="ant-btn ant-btn-sm"
class="ant-btn ant-btn-default ant-btn-sm"
type="button"
>
<span>
Expand All @@ -123,7 +123,7 @@ exports[`Reference 空档案 1`] = `
class="mind-edge-references-foot"
>
<button
class="ant-btn ant-btn-sm"
class="ant-btn ant-btn-default ant-btn-sm"
type="button"
>
<span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`Footer 组件 微信登陆页面 1`] = `
</span>
</div>
<button
class="ant-btn ant-btn-lg avx-user-panel-wechat"
class="ant-btn ant-btn-default ant-btn-lg avx-user-panel-wechat"
data-testid="wechat-btn"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`WechatLogin 组件 默认状态 1`] = `
<div>
<button
class="ant-btn ant-btn-lg avx-user-panel-wechat"
class="ant-btn ant-btn-default ant-btn-lg avx-user-panel-wechat"
data-testid="wechat-btn"
type="button"
>
Expand Down
Loading

1 comment on commit 355a28c

@vercel
Copy link

@vercel vercel bot commented on 355a28c Feb 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.