Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Nov 25, 2024
1 parent 84e0fa3 commit e04a66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/store/test/private-selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ describe( 'private selectors', () => {
getBlockEditingMode.registry = {
select: jest.fn( () => ( {
hasContentRoleAttribute,
get,
} ) ),
};
__unstableGetEditorMode.registry = {
Expand Down

0 comments on commit e04a66c

Please sign in to comment.