Explorar el Código

[NO JIRA] Fix yarn validate

tags/10.3.0.82913
Mathieu Suen hace 7 meses
padre
commit
a157fe7336
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      server/sonar-web/__mocks__/react-intl.tsx

+ 1
- 0
server/sonar-web/__mocks__/react-intl.tsx Ver fichero

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

Cargando…
Cancelar
Guardar