mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +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 => {
|
it.each<[ArtistAlbumViewMode]>([['thumbnails'], ['list']])('renders %s mode', mode => {
|
||||||
expect(this.render(ViewModeSwitch, {
|
expect(this.render(ViewModeSwitch, {
|
||||||
props: {
|
props: {
|
||||||
mode
|
modelValue: mode
|
||||||
}
|
}
|
||||||
}).html()).toMatchSnapshot()
|
}).html()).toMatchSnapshot()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue