2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
This commit is contained in:
Jeff
2019-10-25 18:48:46 -07:00
parent 4f409522de
commit 8d9905c3dc
+1 -1
View File
@@ -49,7 +49,7 @@ describe("VS - Selecting Values", () => {
expect(Select.selectedValue).toEqual(Select.value);
});
fit("can select an option on tab", () => {
it("can select an option on tab", () => {
const Select = shallowMount(VueSelect, {
propsData: {
selectOnTab: true