mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Add tests for youtube-player.vue
This commit is contained in:
parent
1ea443c727
commit
af01b0b1b6
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
import Component from '@/components/main-wrapper/main-content/youtube-player.vue'
|
||||
import { event } from '@/utils'
|
||||
|
||||
describe('components/main-wrapper/main-content/youtube-player', () => {
|
||||
it('renders properly', () => {
|
||||
const wrapper = mount(Component)
|
||||
wrapper.find('h1.heading').text().should.contain('YouTube Video')
|
||||
})
|
||||
})
|
Loading…
Add table
Reference in a new issue