diff --git a/dist/multiselect.js b/dist/multiselect.js index f39944f..06a961f 100644 --- a/dist/multiselect.js +++ b/dist/multiselect.js @@ -67,7 +67,7 @@ function useData (props, context, dep) // Polyfill for Vue <3.3 for getters only // https://vuejs.org/api/reactivity-utilities.html#toref function toRef (get) { - return customRef(() => ({ get, set: () => { } })) + return customRef(() => ({ get, set: /* istanbul ignore next */ () => { } })) } function useValue (props, context) diff --git a/dist/multiselect.mjs b/dist/multiselect.mjs index f39944f..06a961f 100644 --- a/dist/multiselect.mjs +++ b/dist/multiselect.mjs @@ -67,7 +67,7 @@ function useData (props, context, dep) // Polyfill for Vue <3.3 for getters only // https://vuejs.org/api/reactivity-utilities.html#toref function toRef (get) { - return customRef(() => ({ get, set: () => { } })) + return customRef(() => ({ get, set: /* istanbul ignore next */ () => { } })) } function useValue (props, context) diff --git a/dist/multiselect.vue2.js b/dist/multiselect.vue2.js index 7ea0a64..4636a3a 100644 --- a/dist/multiselect.vue2.js +++ b/dist/multiselect.vue2.js @@ -67,7 +67,7 @@ function useData (props, context, dep) // Polyfill for Vue <3.3 for getters only // https://vuejs.org/api/reactivity-utilities.html#toref function toRef (get) { - return customRef(() => ({ get, set: () => { } })) + return customRef(() => ({ get, set: /* istanbul ignore next */ () => { } })) } function useValue (props, context)