mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-19 18:29:37 +00:00
Feature mostly implemented, has UI/CSS bug, not super DRY, no tests.
This commit is contained in:
parent
5cadc8d90f
commit
42eb4e3f04
2 changed files with 109 additions and 8 deletions
|
|
@ -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)
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue