mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
@@ -15,7 +15,7 @@ describe('Single value options', () => {
|
||||
|
||||
it('should not reset the search input on focus lost when clearSearchOnSelect is false', () => {
|
||||
const Select = shallowMount(VueSelect, {
|
||||
propsData: { value: 'foo', clearSearchOnSelect: false },
|
||||
props: { value: 'foo', clearSearchOnSelect: false },
|
||||
})
|
||||
|
||||
expect(Select.vm.clearSearchOnSelect).toEqual(false)
|
||||
|
||||
Reference in New Issue
Block a user