Skip to content

Commit

Permalink
Remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Jul 26, 2022
1 parent 84e684b commit 096783e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ import { render } from '@testing-library/react';
*/
import PostsControl from '../../../../../assets/src/block-editor/components/posts-control';

jest.mock( '@woocommerce/components', () => {
return {
SearchListControl: props => {
return <div className={ props.className } />;
},
};
} );

jest.mock(
'../../../../../assets/src/block-editor/hocs/with-searched-posts.js',
() => {
Expand Down

0 comments on commit 096783e

Please sign in to comment.