mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-23 01:18:59 +02: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)
|
|
})
|
|
})
|