Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Apr 12, 2019
1 parent 4a134ed commit b9e532e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion react/__tests__/__snapshots__/Slider.test.js.snap
Expand Up @@ -13,7 +13,7 @@ exports[`<Slider /> component should match snapshot 1`] = `
>
<ul
class="sliderFrame list pa0 h-100 ma0 flex"
style="width: 400%; transform: translate3d(0, 0, 0); transition: all 0ms ease-out; cursor: -webkit-grab;"
style="width: 400%; transform: translate3d(0, 0, 0); transition: all 0ms ease-out; cursor: default;"
>
<li
class="inline-flex h-100 relative overflow-hidden"
Expand Down
4 changes: 2 additions & 2 deletions react/__tests__/__snapshots__/SliderContainer.test.js.snap
Expand Up @@ -10,7 +10,7 @@ exports[`<SliderContainer /> component should match snapshot 1`] = `
>
<ul
class="sliderFrame list pa0 h-100 ma0 flex"
style="width: 200%; transform: translate3d(0, 0, 0); transition: all 0ms ease-out; cursor: -webkit-grab;"
style="width: 200%; transform: translate3d(0, 0, 0); transition: all 0ms ease-out; cursor: default;"
>
<li
class="inline-flex h-100 relative overflow-hidden"
Expand Down Expand Up @@ -48,7 +48,7 @@ exports[`<SliderContainer /> component should match snapshot with another tag 1`
>
<ul
class="sliderFrame list pa0 h-100 ma0 flex"
style="width: 200%; transform: translate3d(0, 0, 0); transition: all 0ms ease-out; cursor: -webkit-grab;"
style="width: 200%; transform: translate3d(0, 0, 0); transition: all 0ms ease-out; cursor: default;"
>
<li
class="inline-flex h-100 relative overflow-hidden"
Expand Down

0 comments on commit b9e532e

Please sign in to comment.