Skip to content

Commit

Permalink
feat(cdk/a11y): Respond to additional PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
zelliott authored and jelbourn committed Apr 12, 2021
1 parent 86b6552 commit 3ca1a94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -143,7 +143,7 @@ describe('InputModalityDetector', () => {
expect(detector.mostRecentModality).toBe('keyboard');
});

it('should ignore additional keys if specified', () => {
it('should ignore keys if specified', () => {
detector = new InputModalityDetector(platform, ngZone, document, {ignoreKeys: [A, B, C]});

dispatchKeyboardEvent(document, 'keydown', A);
Expand Down

0 comments on commit 3ca1a94

Please sign in to comment.