Removed Cover.cy.js file. Wasn't able to figure out cypress testing.

This commit is contained in:
tagmeh 2025-08-06 02:19:14 -05:00
parent a2c7d64544
commit fc655bc0e2

View File

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