]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Fix yarn validate
authorMathieu Suen <mathieu.suen@sonarsource.com>
Thu, 2 Nov 2023 16:34:15 +0000 (17:34 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 2 Nov 2023 20:02:43 +0000 (20:02 +0000)
server/sonar-web/__mocks__/react-intl.tsx

index 03edab2f5fdca83a4435024d92a2da17710c73f6..17041ce944bad6b80664c87ef943ebb012b699cb 100644 (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 (