diff --git a/tests/unit/Selecting.spec.js b/tests/unit/Selecting.spec.js index 5af30c3..d4d1489 100755 --- a/tests/unit/Selecting.spec.js +++ b/tests/unit/Selecting.spec.js @@ -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