Remove usage of deprecated Keyboard class

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-10-28 10:50:35 +02:00
parent e45e6e7ca9
commit 419054c97a
2 changed files with 7 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 @testing-library/user-event
*/
export class Keyboard {
static async type(target, input) {