You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you use the keystrokes test instance, it will not implement the same interface for events that the browser bindings, which are used by Keystrokes by default. The typescript types also do not reflect this discrepancy.
To Reproduce
Write a unit test using a test instance of keystrokes, and attempt to use a browser binding sourced property on the event.
Expected behavior
The property should be the same as if used with the browser bindings (unless overridden).
The text was updated successfully, but these errors were encountered:
Originally reported by @noahbrom in #19
Describe the bug
If you use the keystrokes test instance, it will not implement the same interface for events that the browser bindings, which are used by Keystrokes by default. The typescript types also do not reflect this discrepancy.
To Reproduce
Write a unit test using a test instance of keystrokes, and attempt to use a browser binding sourced property on the event.
Expected behavior
The property should be the same as if used with the browser bindings (unless overridden).
The text was updated successfully, but these errors were encountered: