i18nMessages.ts 304 B

12345
  1. // The translation functions and components we use are mocked out during tests anyway, so this
  2. // message cataloge isnt really used anyway, but we mock them out so anything that imports them
  3. // won't fail if they aren't generated when the tests run
  4. /*eslint-disable*/ module.exports = { messages: {} };