mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
fix typo
This commit is contained in:
@@ -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 optionToChangeTo = { id: 1, label: "Foo" };
|
||||||
const Select = shallowMount(VueSelect, {
|
const Select = shallowMount(VueSelect, {
|
||||||
propsData: {
|
propsData: {
|
||||||
|
|||||||
Reference in New Issue
Block a user