Skip to content

Commit

Permalink
Mock <TitleManager /> from stripes-core (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam authored Mar 5, 2024
1 parent eeaccb6 commit 0686ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jest/__mock__/stripesCore.mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,7 @@ jest.mock('@folio/stripes/core', () => {

// eslint-disable-next-line react/prop-types
IfPermission: props => <>{props.children}</>,

TitleManager: () => <div>TitleManager</div>,
};
}, { virtual: true });

0 comments on commit 0686ef1

Please sign in to comment.