We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
specialCharMap
1 parent 0fb2c87 commit 9519979Copy full SHA for 9519979
src/keyboard/specialCharMap.ts
@@ -1,3 +1,8 @@
1
+/**
2
+ * @deprecated This list of strings with special meaning is no longer necessary
3
+ * as we've introduced a standardized way to describe any keystroke for `userEvent`.
4
+ * @see https://testing-library.com/docs/ecosystem-user-event#keyboardtext-options
5
+ */
6
export const specialCharMap = {
7
arrowLeft: '{arrowleft}',
8
arrowRight: '{arrowright}',
0 commit comments