Skip to content

Commit f5c1a78

Browse files
committed
Revert uneeded changes
1 parent d1fbba3 commit f5c1a78

File tree

1 file changed

+4
-0
lines changed
  • packages/editor/src/components/document-outline/test

1 file changed

+4
-0
lines changed

packages/editor/src/components/document-outline/test/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import {
1717
*/
1818
import { DocumentOutline } from '../';
1919

20+
jest.mock( '@wordpress/block-editor', () => ( {
21+
BlockTitle: () => 'Block Title',
22+
} ) );
23+
2024
describe( 'DocumentOutline', () => {
2125
let paragraph, headingH1, headingH2, headingH3, nestedHeading;
2226
beforeAll( () => {

0 commit comments

Comments
 (0)