mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
test fixes
This commit is contained in:
@@ -122,7 +122,7 @@ describe("When index prop is defined", () => {
|
||||
expect(Select.vm.value).toEqual("foo");
|
||||
expect(Select.vm.mutableValue).toEqual("foo");
|
||||
|
||||
Select.vm.mutableValue = "bar";
|
||||
Select.vm.select({ label: "This is Bar", value: "bar" });
|
||||
expect(Parent.vm.value).toEqual("bar");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user