Skip to content

Commit

Permalink
test: update snapshots (#20104)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong authored and afc163 committed Dec 5, 2019
1 parent 89a6593 commit 8fda397
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8153,7 +8153,9 @@ exports[`ConfigProvider components Menu prefixCls 1`] = `

exports[`ConfigProvider components Modal configProvider 1`] = `
<div>
<div>
<div
class="config-modal-root"
>
<div
class="config-modal-mask"
/>
Expand Down Expand Up @@ -8245,7 +8247,9 @@ exports[`ConfigProvider components Modal configProvider 1`] = `

exports[`ConfigProvider components Modal normal 1`] = `
<div>
<div>
<div
class="ant-modal-root"
>
<div
class="ant-modal-mask"
/>
Expand Down Expand Up @@ -8337,7 +8341,9 @@ exports[`ConfigProvider components Modal normal 1`] = `

exports[`ConfigProvider components Modal prefixCls 1`] = `
<div>
<div>
<div
class="prefix-Modal-root"
>
<div
class="prefix-Modal-mask"
/>
Expand Down

0 comments on commit 8fda397

Please sign in to comment.