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 mmalerba committed Apr 14, 2021
1 parent e6faf0b commit 0117c1b
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 0117c1b

Please sign in to comment.