Skip to content

Commit

Permalink
Fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Aug 21, 2024
1 parent 2cd18d3 commit 9138c48
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jest.mock('../../../react-services/navigation-service', () => ({
},
}));

// the jest.mock of @osd/monaco is added due to a problem transcribing the files to run the tests.
// https://github.com/wazuh/wazuh-dashboard-plugins/pull/6921#issuecomment-2298289550

jest.mock('@osd/monaco', () => ({
monaco: {},
}));

jest.mock('../../../components/common/hooks', () => ({
useAppConfig: () => ({
isReady: true,
Expand Down

0 comments on commit 9138c48

Please sign in to comment.