mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
fix: broken ViewModeSwitch spec
This commit is contained in:
parent
85cbe4e087
commit
c4af42562b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ new class extends UnitTestCase {
|
|||
it.each<[ArtistAlbumViewMode]>([['thumbnails'], ['list']])('renders %s mode', mode => {
|
||||
expect(this.render(ViewModeSwitch, {
|
||||
props: {
|
||||
mode
|
||||
modelValue: mode
|
||||
}
|
||||
}).html()).toMatchSnapshot()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue