wrapWidget
FunctionwrapWidget(WidgetClass: RawWidgetType, props?: Partial): 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 | The props here can be considered as default props for a bunch of test cases. |
Returns
WrappedWidgetTypePartialProps