Skip to content

Commit

Permalink
increase test coverage (from 70%)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 29, 2019
1 parent f59ef27 commit 88cbe40
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 159 deletions.
4 changes: 0 additions & 4 deletions packages/material-ui/src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ const axisProps = {
offset: percent => ({ bottom: `${percent}%` }),
leap: percent => ({ height: `${percent}%` }),
},
'vertical-reverse': {
offset: percent => ({ top: `${percent}%` }),
leap: percent => ({ height: `${percent}%` }),
},
};

const defaultMarks = [];
Expand Down
Loading

0 comments on commit 88cbe40

Please sign in to comment.