2
0
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:
Jeff Sagal
2021-10-06 09:38:50 -07:00
committed by GitHub
parent bbbac18cf9
commit da0bcb0929
14 changed files with 92 additions and 54 deletions
+1 -1
View File
@@ -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()
})