From b1ac7300c710ee493ea173c7140661157a28bf90 Mon Sep 17 00:00:00 2001 From: Jason Kytros Date: Wed, 29 Nov 2023 17:45:14 +0200 Subject: [PATCH] Remove unused ) --- .../client/task-lists/fills/products/test/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/woocommerce-admin/client/task-lists/fills/products/test/index.tsx b/plugins/woocommerce-admin/client/task-lists/fills/products/test/index.tsx index 7345f290bfa..0817aa2ce0f 100644 --- a/plugins/woocommerce-admin/client/task-lists/fills/products/test/index.tsx +++ b/plugins/woocommerce-admin/client/task-lists/fills/products/test/index.tsx @@ -43,7 +43,6 @@ const confirmModalText = describe( 'Products', () => { beforeEach( () => { jest.clearAllMocks(); - ); } ); it( 'should render default products types when onboardingData.profile.productType is null', () => {