mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
whoops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user