platform/plugins/training-assets/src/__tests__/lang.test.ts

7 lines
152 B
TypeScript
Raw Normal View History

import { makeLocalesTest } from '@hcengineering/platform'
it(
'Locales are equale',
makeLocalesTest((lang) => import(`../../lang/${lang}.json`))
)