Skip to content

Commit

Permalink
fix(datetime): remove unnecessary event context
Browse files Browse the repository at this point in the history
Fixes issues where testing frameworks don't setup the window object properly.
  • Loading branch information
vsgoulart authored and Skaiir committed Oct 18, 2023
1 parent e44f9be commit cc59879
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const ENTER_KEYDOWN_EVENT = new KeyboardEvent('keydown', {
key: 'Enter',
charCode: 13,
keyCode: 13,
view: window,
bubbles: true
});

Expand Down

0 comments on commit cc59879

Please sign in to comment.