mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
update tests to use mount where required, start new slot docs
This commit is contained in:
@@ -6,7 +6,7 @@ describe('Components API', () => {
|
||||
it('swap the Deselect component', () => {
|
||||
const Deselect = Vue.component('Deselect', {
|
||||
render (createElement) {
|
||||
return createElement('button', 'remove');
|
||||
return createElement('span', 'remove');
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user