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
Is your feature request related to a problem? Please describe.
I'd like my tests to be typesafe.
Describe the solution you'd like
The option to pass a partial to describe component data mount<Component<{...myComponentDataTypes}>>
or mount<Component, {...myComponentDataTypes}>
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like my tests to be typesafe.
Describe the solution you'd like
The option to pass a partial to describe component data
mount<Component<{...myComponentDataTypes}>>
or
mount<Component, {...myComponentDataTypes}>
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: