Skip to content

Commit

Permalink
fix(dh): fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jan 19, 2024
1 parent 9ce8fbc commit cb3aa8f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jest.mock('@geonetwork-ui/util/app-config', () => ({
HEADER_BACKGROUND: 'red',
HEADER_FOREGROUND_COLOR: 'white',
}),
getGlobalConfig() {
return {
LANGUAGES: ['en', 'es'],
}
},
}))

const searchServiceMock = {
Expand Down

0 comments on commit cb3aa8f

Please sign in to comment.