Skip to content

Commit

Permalink
Revert uneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Dec 22, 2023
1 parent d1fbba3 commit f5c1a78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/editor/src/components/document-outline/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ import {
*/
import { DocumentOutline } from '../';

jest.mock( '@wordpress/block-editor', () => ( {
BlockTitle: () => 'Block Title',
} ) );

describe( 'DocumentOutline', () => {
let paragraph, headingH1, headingH2, headingH3, nestedHeading;
beforeAll( () => {
Expand Down

0 comments on commit f5c1a78

Please sign in to comment.