Skip to content

Commit 48877f2

Browse files
committed
fix JS tests
1 parent 4f6eb5c commit 48877f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/client/packages/idom-client-react/tests/event-to-object.test.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,18 @@ const allEventData = {
233233
tiltX: "tiltX",
234234
tiltY: "tiltY",
235235
pointerType: "pointerType",
236+
altKey: "altKey",
237+
button: "button",
238+
buttons: "buttons",
239+
clientX: "clientX",
240+
clientY: "clientY",
241+
ctrlKey: "ctrlKey",
242+
metaKey: "metaKey",
243+
pageX: "pageX",
244+
pageY: "pageY",
245+
screenX: "screenX",
246+
screenY: "screenY",
247+
shiftKey: "shiftKey",
236248
isPrimary: "isPrimary",
237249
},
238250
})),

0 commit comments

Comments
 (0)