Published
- 1 min read
vue jest trigger input string
The solution for this is noted below
vue jest trigger input string
Solution
const input = wrapper.find('#resize_thumbs_input')
input.element.value = 100
input.trigger('input')
Try other methods by searching on the site. That is if this doesn’t work