Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Dec 15, 2023
1 parent 1789027 commit 8d94ddf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/editor/src/components/document-outline/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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( () => {
Expand Down

0 comments on commit 8d94ddf

Please sign in to comment.