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
The new docs mention that one can wrap userEvent.setup() in a setup function, however this makes it hard to pass options to userEvent.setup. When trying to make the options the second argument to my custom setup function I currently have to use:
Problem description
The new docs mention that one can wrap
userEvent.setup()
in a setup function, however this makes it hard to pass options touserEvent.setup
. When trying to make the options the second argument to my customsetup
function I currently have to use:Suggested solution
Export the
Options
typeAdditional context
Relates to #1085
The text was updated successfully, but these errors were encountered: