Skip to content

Small error in test file #150

@tequila99

Description

@tequila99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions