Skip to content

Commit

Permalink
fixes tests from #249
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Oct 2, 2017
1 parent 33491ad commit 1997015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/Select.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function searchSubmit(vm, search = false) {
vm.$children[0].search = search
}

trigger(vm.$children[0].$refs.search, 'keyup', function (e) {
trigger(vm.$children[0].$refs.search, 'keydown', function (e) {
e.keyCode = 13
})
}
Expand Down

0 comments on commit 1997015

Please sign in to comment.