mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-14 07:49:37 +00:00
9 lines
180 B
JavaScript
9 lines
180 B
JavaScript
|
|
import Cover from '@/components/modals/item/tabs/Cover.vu'
|
||
|
|
|
||
|
|
describe('Cover', () => {
|
||
|
|
it('should render', () => {
|
||
|
|
// Still working the tests out.
|
||
|
|
cy.mount(Cover)
|
||
|
|
})
|
||
|
|
})
|