Feature mostly implemented, has UI/CSS bug, not super DRY, no tests.

This commit is contained in:
tagmeh 2025-05-16 20:41:02 -05:00
parent 5cadc8d90f
commit 42eb4e3f04
2 changed files with 109 additions and 8 deletions

View file

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