2
0
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:
Jeff
2019-02-10 16:43:19 -08:00
parent 317d8a30b8
commit b17fce0ad8
3 changed files with 4 additions and 17 deletions
+1 -1
View File
@@ -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");
});