Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5c2195

Browse files
committed
Update event type
1 parent bb7988a commit d5c2195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ describe('remote-input', function () {
161161

162162
function changeValue(input, value) {
163163
input.value = value
164-
input.dispatchEvent(new Event('focus'))
164+
input.dispatchEvent(new Event('change'))
165165
}
166166

167167
function nextTick() {

0 commit comments

Comments
 (0)