Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding committed Apr 18, 2019
1 parent 347f77b commit 893ba76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/material-ui/src/Slide/Slide.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ describe('<Slide />', () => {

describe('prop: direction', () => {
it('should update the position', () => {
const wrapper = mount(
<Slide {...defaultProps} in={false} direction="left" />,
);
const wrapper = mount(<Slide {...defaultProps} in={false} direction="left" />);
const child = wrapper.find('#testChild').instance();

const transition1 = child.style.transform;
Expand Down

0 comments on commit 893ba76

Please sign in to comment.