Skip to content

Commit

Permalink
✅ test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 28, 2021
1 parent 6c8b6b5 commit 575be7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"postversion": "dumi assets",
"--------- ": "",
"test": "lerna run test",
"test:coverage": "jest --coverage",
"test:update": "jest -u",
"cov": "jest --coverage",
"--------- ": "",
"check": "yarn check:lint && yarn check:circular && yarn check:types",
"check:lint": "yarn lint-eslint",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`LayoutToolkit 默认状态 1`] = `
<div>
<div>
LayoutToolkit
</div>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exports[`Login 组件 获取验证码 1`] = `
class="avx-user-panel-login-container"
>
<form
autocomplete="off"
class="ant-form ant-form-vertical"
>
<input
Expand Down Expand Up @@ -317,7 +316,6 @@ exports[`Login 组件 默认状态 1`] = `
class="avx-user-panel-login-container"
>
<form
autocomplete="off"
class="ant-form ant-form-vertical"
>
<input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ exports[`UserPanel 登录面板 1`] = `
class="avx-user-panel-login-container"
>
<form
autocomplete="off"
class="ant-form ant-form-vertical"
>
<input
Expand Down

0 comments on commit 575be7a

Please sign in to comment.