ソースを参照

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

読み込み中…
キャンセル
保存