mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
@@ -25,6 +25,6 @@ describe('CreateOption When Tagging Is Enabled', () => {
|
||||
|
||||
await selectTag(Select, 'two')
|
||||
|
||||
expect(Select.emitted('input')[0]).toEqual([{ name: 'two' }])
|
||||
expect(Select.emitted('update:modelValue')[0]).toEqual([{ name: 'two' }])
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user