
Description
Issue causing release Tag: '0.26.1'
This line causing the issue
https://github.com/akiran/react-slick/blame/bb11613a3c615da499ed3ca8eafdff029902b8f6/src/inner-slider.js#L294
import React from 'react';
import renderer from 'react-test-renderer';
import Slider from 'react-slick';
describe('Testimonial carousel', () => {
it('renders correctly', () => {
const tree = renderer.create(<Slider />).toJSON();
expect(tree).toBeTruthy();
});
});