diff --git a/packages/editor/src/components/document-outline/test/index.js b/packages/editor/src/components/document-outline/test/index.js index 21c258c9a65df7..bf9954fe9b1f7c 100644 --- a/packages/editor/src/components/document-outline/test/index.js +++ b/packages/editor/src/components/document-outline/test/index.js @@ -17,10 +17,6 @@ import { */ import { DocumentOutline } from '../'; -jest.mock( '@wordpress/block-editor', () => ( { - BlockTitle: () => 'Block Title', -} ) ); - describe( 'DocumentOutline', () => { let paragraph, headingH1, headingH2, headingH3, nestedHeading; beforeAll( () => {