mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
whoops
This commit is contained in:
@@ -49,7 +49,7 @@ describe("VS - Selecting Values", () => {
|
|||||||
expect(Select.selectedValue).toEqual(Select.value);
|
expect(Select.selectedValue).toEqual(Select.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
fit("can select an option on tab", () => {
|
it("can select an option on tab", () => {
|
||||||
const Select = shallowMount(VueSelect, {
|
const Select = shallowMount(VueSelect, {
|
||||||
propsData: {
|
propsData: {
|
||||||
selectOnTab: true
|
selectOnTab: true
|
||||||
|
|||||||
Reference in New Issue
Block a user