wrapWidget
FunctionwrapWidget(WidgetClass: RawWidgetType, props?: Partial<Omit<WidgetInjectedProps<unknown>, "theme" | "intl">>): WrappedWidgetTypePartialProps
Wrap a widget for unit testing. The recommended way is to wrap the widget one time, then change props in test cases
Parameters
Parameter | Type | Notes |
---|---|---|
Widget | RawWidgetType | |
props | Partial<Omit<WidgetInjectedProps<unknown>, "theme" | "intl">> | The props here can be considered as default props for a bunch of test cases. |
Returns
WrappedWidgetTypePartialProps