import Cover from '@/components/modals/item/tabs/Cover.vu' describe('Cover', () => { it('should render', () => { // Still working the tests out. cy.mount(Cover) }) })