Add product and category props to mock RecommendedExtensionsItem (https://github.com/woocommerce/woocommerce-admin/pull/4912)
This commit is contained in:
parent
5b17866c03
commit
b078134073
|
@ -138,6 +138,8 @@ describe( 'Click Recommendations', () => {
|
|||
description={ 'Does things.' }
|
||||
icon={ 'icons/automatewoo.svg' }
|
||||
url={ 'https://woocommerce.com/products/automatewoo/' }
|
||||
product={ 'automatewoo' }
|
||||
category={ 'marketing' }
|
||||
/>
|
||||
);
|
||||
} );
|
||||
|
|
Loading…
Reference in New Issue