2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
This commit is contained in:
Jeff
2019-09-13 13:13:37 -07:00
parent 2a0efcf5a5
commit 79577b4bae
+1 -1
View File
@@ -183,7 +183,7 @@ describe("When reduce prop is defined", () => {
});
it("reacts correctly when value propery changes", () => {
it("reacts correctly when value property changes", () => {
const optionToChangeTo = { id: 1, label: "Foo" };
const Select = shallowMount(VueSelect, {
propsData: {