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:
Uh oh!
There was an error while loading. Please reload this page.
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: