mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
6 lines
304 B
TypeScript
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: {} };
|