Merge pull request #7814 from backstage/remove-keyboardjs-usage

Remove usage of deprecated Keyboard class
This commit is contained in:
Johan Haals
2021-10-29 08:37:18 +02:00
committed by GitHub
3 changed files with 12 additions and 13 deletions
@@ -25,7 +25,7 @@ const codes = {
/**
* @public
* @deprecated because it has no usages. Perhaps resurfaced in the future when need be.
* @deprecated superseded by {@link @testing-library/user-event#userEvent}
*/
export class Keyboard {
static async type(target, input) {