https://cypress.io logo
Testing watch function of a props in Vue component
# i-need-help
c
Hi all, I have a simple watch into my component watch( () => props.checked, () => _checked.value = props.checked, ) but when I set the props during the cy test (after mount) this watch callback is never called wrapper.setProps({checked: true}); If someone has an idea Thanks 🙂
no one can help me ?