Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace test-keyboard with @testing-library/user-event #587

Open
ifiokjr opened this issue Aug 26, 2020 · 0 comments
Open

Replace test-keyboard with @testing-library/user-event #587

ifiokjr opened this issue Aug 26, 2020 · 0 comments
Assignees
Labels
package: jest-prosemirror 🎭 A change has occured in the jest-prosemirror package. package: jest-remirror 🃏 Label for the jest-remirror package test: unit ✅ A label for updating tests and test configuration. type: deprecation 🗑️ A public export or internal package has been deprecated.

Comments

@ifiokjr
Copy link
Member

ifiokjr commented Aug 26, 2020

Description

Deprecate the test-keyboard library and switch to using @testing-library/user-event instead. It has better features and support.

I particularly like the way special character strings are supported.

Modifier keys ({shift}, {ctrl}, {alt}, {meta}) will activate their corresponding event modifiers for the duration of type command or until they are closed (via {/shift}, {/ctrl}, etc.).

@ifiokjr ifiokjr added package: jest-prosemirror 🎭 A change has occured in the jest-prosemirror package. package: jest-remirror 🃏 Label for the jest-remirror package test: unit ✅ A label for updating tests and test configuration. type: deprecation 🗑️ A public export or internal package has been deprecated. labels Aug 26, 2020
@ifiokjr ifiokjr self-assigned this Aug 26, 2020
@ifiokjr ifiokjr added this to To do in remirror@1.0.0 via automation Aug 29, 2020
@ifiokjr ifiokjr added this to Future in Internal Roadmap via automation Aug 29, 2020
@ifiokjr ifiokjr added this to the Unit Test Setup milestone Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: jest-prosemirror 🎭 A change has occured in the jest-prosemirror package. package: jest-remirror 🃏 Label for the jest-remirror package test: unit ✅ A label for updating tests and test configuration. type: deprecation 🗑️ A public export or internal package has been deprecated.
Projects
Internal Roadmap
  
Future
remirror@1.0.0
  
To do
Development

No branches or pull requests

1 participant