Files
huly-platform/plugins/process-assets/src/__tests__/lang.test.ts
T
2025-03-19 07:49:26 +07:00

7 lines
152 B
TypeScript

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