浏览代码

[NO JIRA] Fix yarn validate

tags/10.3.0.82913
Mathieu Suen 7 个月前
父节点
当前提交
a157fe7336
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      server/sonar-web/__mocks__/react-intl.tsx

+ 1
- 0
server/sonar-web/__mocks__/react-intl.tsx 查看文件

@@ -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 (

正在加载...
取消
保存