-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem description
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:
type Options = Parameters<typeof userEvent.setup>[0]Suggested solution
Export the Options type
Additional context
Relates to #1085
dinosaurL and tgfischer
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request