mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
chore(deps): update vue test utils (#1512)
This commit is contained in:
@@ -59,7 +59,7 @@ describe('VS - Selecting Values', () => {
|
||||
|
||||
const spy = jest.spyOn(Select.vm, 'typeAheadSelect')
|
||||
|
||||
Select.find({ ref: 'search' }).trigger('keydown.tab')
|
||||
Select.findComponent({ ref: 'search' }).trigger('keydown.tab')
|
||||
|
||||
expect(spy).toHaveBeenCalledWith()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user