Skip to content

Commit

Permalink
resolve sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sweta1308 committed Nov 19, 2024
1 parent 383bb89 commit ae75bbb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jest.mock('../../components/common/ResizablePanels/ResizableLeftPanels', () => {
));
});

jest.mock('../../components/PageLayoutV1/PageLayoutV1', () => {
return jest.fn().mockImplementation(({ children }) => <div>{children}</div>);
});

jest.mock('react-router-dom', () => {
return {
...jest.requireActual('react-router-dom'),
Expand Down

0 comments on commit ae75bbb

Please sign in to comment.