-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Hello everyone
I noticed a small mistake in index.test.js. Maybe it doesn't matter anymore, but I decided to open the issue.
In this code:
const keyup2 = createEvent('keyup')
keydown2.key = 'g'
document.dispatchEvent(keyup2)keyup2.key = 'g' should be here, I think
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels