Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow trailing commas in ESLint (#1013) | James Maa | 2024-05-31 |
| | | | | | * Update comma-dangle rule * Fix dangling commas | ||
* | refactored onKeyDown to be easier to read, and added test (#943) | Brandon Rainey | 2024-05-17 |
* refactored onKeyDown to be easier to read, and added test to ensure preserved behavior * added new keypress events to test * refactored test to call method directly from SearchDisplayController, removed second test, removed old copyright * added test for invalid keys, split keyboard events into valid and invalid * added crtl + backspace as valid keypress, added 2 new invaid keypresses to test |