Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 20, 2019
1 parent a3a99d0 commit 7a8e26c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/alert/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -767,7 +767,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
<span
class="ant-alert-description"
>
Detailed description and advices about successful copywriting.
Detailed description and advice about successful copywriting.
</span>
</div>
<div
Expand Down Expand Up @@ -804,7 +804,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
<span
class="ant-alert-description"
>
Additional description and informations about copywriting.
Additional description and information about copywriting.
</span>
</div>
<div
Expand Down
Expand Up @@ -68,7 +68,7 @@ exports[`renders ./components/message/demo/thenable.md correctly 1`] = `
type="button"
>
<span>
Display a sequence of message
Display sequential messages
</span>
</button>
`;
4 changes: 2 additions & 2 deletions components/tooltip/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -39,15 +39,15 @@ exports[`renders ./components/tooltip/demo/auto-adjust-overflow.md correctly 1`]
type="button"
>
<span>
Ingore / 不处理
Ignore / 不处理
</span>
</button>
</div>
`;

exports[`renders ./components/tooltip/demo/basic.md correctly 1`] = `
<span>
Tooltip will show when mouse enter.
Tooltip will show on mouse enter.
</span>
`;

Expand Down

0 comments on commit 7a8e26c

Please sign in to comment.