mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-05 12:31:48 +02:00
Feature mostly implemented, has UI/CSS bug, not super DRY, no tests.
This commit is contained in:
@@ -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)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user