Add product and category props to mock RecommendedExtensionsItem (https://github.com/woocommerce/woocommerce-admin/pull/4912)

This commit is contained in:
Jason Conroy 2020-08-05 07:34:27 +09:30 committed by GitHub
parent 5b17866c03
commit b078134073
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ describe( 'Click Recommendations', () => {
description={ 'Does things.' } description={ 'Does things.' }
icon={ 'icons/automatewoo.svg' } icon={ 'icons/automatewoo.svg' }
url={ 'https://woocommerce.com/products/automatewoo/' } url={ 'https://woocommerce.com/products/automatewoo/' }
product={ 'automatewoo' }
category={ 'marketing' }
/> />
); );
} ); } );