Skip to content

Commit 4ee42fd

Browse files
author
Oleksii Dubok
committed
chore: update test
1 parent 30382be commit 4ee42fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: test/specs/wrapper/trigger.spec.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ describeWithShallowAndMount('trigger', mountingMethod => {
119119
esc: 'Esc',
120120
escape: 'Escape',
121121
space: ' ',
122-
up: 'Up',
123-
left: 'Left',
124-
right: 'Right',
125-
down: 'Down',
122+
up: 'ArrowUp',
123+
left: 'ArrowLeft',
124+
right: 'ArrowRight',
125+
down: 'ArrowDown',
126126
end: 'End',
127127
home: 'Home',
128128
backspace: 'Backspace',

0 commit comments

Comments
 (0)