Skip to content

Commit 30382be

Browse files
author
Oleksii Dubok
committed
fix: navigation key names
1 parent e1ef76a commit 30382be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: packages/test-utils/src/create-dom-event.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ const w3cKeys = {
3232
esc: 'Esc',
3333
escape: 'Escape',
3434
space: ' ',
35-
up: 'Up',
36-
left: 'Left',
37-
right: 'Right',
38-
down: 'Down',
35+
up: 'ArrowUp',
36+
left: 'ArrowLeft',
37+
right: 'ArrowRight',
38+
down: 'ArrowDown',
3939
end: 'End',
4040
home: 'Home',
4141
backspace: 'Backspace',

0 commit comments

Comments
 (0)