Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 7, 2022
1 parent e1f8a62 commit 2dc6ce4
Show file tree
Hide file tree
Showing 3 changed files with 6,515 additions and 65 deletions.
2 changes: 1 addition & 1 deletion docs/intro.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In actual development we often encounter design issues, such as whether the clas

## Contribute

We welcome your contributions, and you can build with us by in the following ways :smiley: :
We welcome your contributions, and you can build with us by in the following ways :smiley: :

- Using Ant Design Pro, umi and ProComponents in your company or personal projects.
- Report bugs or make inquiries via [Issue](http://github.com/ant-design/pro-components/issues).
Expand Down
23 changes: 1 addition & 22 deletions tests/layout/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1328,25 +1328,4 @@ exports[`BasicLayout 🥩 mix layout hideInMenu render right 1`] = `
</body>
`;

exports[`BasicLayout 🥩 support loading 1`] = `
<div
class="ant-skeleton ant-skeleton-active"
>
<div
class="ant-skeleton-content"
>
<ul
class="ant-skeleton-paragraph"
>
<li />
<li />
<li />
<li />
<li />
<li
style="width: 61%;"
/>
</ul>
</div>
</div>
`;
exports[`BasicLayout 🥩 support loading 1`] = `null`;
Loading

0 comments on commit 2dc6ce4

Please sign in to comment.