Skip to content

Commit

Permalink
skipped the tests setting states in the wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
laveesingh committed Mar 15, 2018
1 parent 6de2312 commit 444aebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/beforeChange.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SliderWithBeforeChange extends React.Component {
}
}

describe('Slider', function() {
describe.skip('Slider', function() {
it('should render', function() {
const wrapper = mount(<SliderWithBeforeChange />);
wrapper.find('.slick-next').simulate('click')
Expand Down

0 comments on commit 444aebc

Please sign in to comment.