Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWHurst committed Dec 20, 2023
1 parent ebe4ca8 commit 3f1da5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/keystrokes/src/tests/keystrokes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ describe('new Keystrokes(options)', () => {
keystrokes.release({ key: 'd' })

const event = handler.onPressed.mock.calls[0][0] as KeyComboEvent<
keyboardEvent,
KeyboardEvent,
BrowserKeyEventProps,
BrowserKeyComboEventProps
>
Expand Down Expand Up @@ -425,7 +425,7 @@ describe('new Keystrokes(options)', () => {
keystrokes.release({ key: 'd' })

const event = handler.onPressed.mock.calls[0][0] as KeyComboEvent<
keyboardEvent,
KeyboardEvent,
BrowserKeyEventProps,
BrowserKeyComboEventProps
>
Expand Down

0 comments on commit 3f1da5a

Please sign in to comment.