import { render } from '../../utils/theme-render-wrapper';
import { fallBackImg, items } from './utils/_mock_';
import { EmptyStateCarousel } from './EmptyStateCarousel';
import noop from 'lodash/noop';
describe('', () => {
it('should render successfully', () => {
const { baseElement } = render(
);
expect(baseElement).toBeTruthy();
});
});