2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

convert tests

did enableMouseSearchInput get dropped in a merge?
This commit is contained in:
Jeff Sagal
2022-02-18 15:35:23 -08:00
parent fda0d8603c
commit 9572207527
25 changed files with 110 additions and 100 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { it, describe, expect } from 'vitest'
import { shallowMount } from '@vue/test-utils'
import VueSelect from '../../src/components/Select'
import VueSelect from '../../src/components/Select.vue'
describe('Single value options', () => {
it('should reset the search input on focus lost', () => {