grafana/public/test/mocks/i18nMessages.ts

6 lines
304 B
TypeScript

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