Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 8, 2021
1 parent e9666f8 commit af1d176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/modal/__tests__/__snapshots__/Modal.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Modal render correctly 1`] = `
<div>
<div
class="ant-scrolling-effect"
style="width: calc(100% - 0px); overflow: hidden; overflow-x: hidden; overflow-y: hidden;"
style="overflow: hidden; overflow-x: hidden; overflow-y: hidden;"
>
<div>
<div
Expand Down Expand Up @@ -103,7 +103,7 @@ exports[`Modal render without footer 1`] = `
<div>
<div
class="ant-scrolling-effect"
style="width: calc(100% - 0px); overflow: hidden; overflow-x: hidden; overflow-y: hidden;"
style="overflow: hidden; overflow-x: hidden; overflow-y: hidden;"
>
<div>
<div
Expand Down

0 comments on commit af1d176

Please sign in to comment.