Removed Cover.cy.js

This commit is contained in:
tagmeh 2025-08-10 18:22:12 -05:00
parent c023f029d7
commit 656936378e

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)
})
})