// import { shallowMount } from '@vue/test-utils' // import TinyCarouselComponent from '@/components/TinyCarousel.vue' // import { TinyCarousel } from '../../../core/dist' // TODO: tests it('doesn`t fail', () => { // const wrapper = shallowMount(TinyCarouselComponent); expect(1).toBe(1) })