Skip to content

Commit

Permalink
[keycode] Expand the range to cover latest version (#4333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Jun 13, 2022
1 parent 3a05283 commit 3e71bc1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ describe('keycode', () => {
});

it('errors parsing invalid arg', () => {
// $FlowExpectedError
// $FlowExpectedError[incompatible-call]
keycode({});
});
});
Expand Down

0 comments on commit 3e71bc1

Please sign in to comment.