Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Oct 30, 2022
1 parent bcfb151 commit 624f593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { render, screen, fireEvent } from '@testing-library/react';
import userEvent from '@testing-library/user-event';

// Need to mock the InspectorControls wrapper as this requires a slot to run
// Need to mock the InspectorControls and ToolsPanel wrappers as these require a slot to run
// so can't be easily unit tested.
jest.mock(
'@wordpress/block-editor/src/components/inspector-controls',
Expand Down

0 comments on commit 624f593

Please sign in to comment.