From b07813407305de26736da16207c59cd01040677d Mon Sep 17 00:00:00 2001 From: Jason Conroy Date: Wed, 5 Aug 2020 07:34:27 +0930 Subject: [PATCH] Add product and category props to mock RecommendedExtensionsItem (https://github.com/woocommerce/woocommerce-admin/pull/4912) --- .../marketing/components/recommended-extensions/test/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/woocommerce-admin/client/marketing/components/recommended-extensions/test/index.js b/plugins/woocommerce-admin/client/marketing/components/recommended-extensions/test/index.js index ea04b06a4a9..157918a774b 100644 --- a/plugins/woocommerce-admin/client/marketing/components/recommended-extensions/test/index.js +++ b/plugins/woocommerce-admin/client/marketing/components/recommended-extensions/test/index.js @@ -138,6 +138,8 @@ describe( 'Click Recommendations', () => { description={ 'Does things.' } icon={ 'icons/automatewoo.svg' } url={ 'https://woocommerce.com/products/automatewoo/' } + product={ 'automatewoo' } + category={ 'marketing' } /> ); } );