Vue Jest Trigger Input String

const input = wrapper.find('#resize_thumbs_input')
input.element.value = 100
input.trigger('input')
Snackety Snack