Mock a module of components. nested components will be rendered nicely in snapshots. usage:
mockNestedComponents({ Card: { Body: 'Card.Body' }, IconButton: 'IconButton', }) Copy
mockNestedComponents({ Card: { Body: 'Card.Body' }, IconButton: 'IconButton', })
Generated using TypeDoc
Mock a module of components. nested components will be rendered nicely in snapshots. usage: