Browse Source

[NO JIRA] Fix yarn validate

tags/10.3.0.82913
Mathieu Suen 6 months ago
parent
commit
a157fe7336
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      server/sonar-web/__mocks__/react-intl.tsx

+ 1
- 0
server/sonar-web/__mocks__/react-intl.tsx View File

@@ -36,6 +36,7 @@ module.exports = {
}
return [id, ...Object.values(values)].join('.');
},
formatDate: jest.fn().mockReturnValue(''),
}),
FormattedMessage: ({ id, values }: { id: string; values?: { [x: string]: React.ReactNode } }) => {
return (

Loading…
Cancel
Save