platform/plugins/bitrix-assets/src/__tests__/lang.test.ts
Andrey Sobolev 27b003f35f
Support Bitrix Lead import (#2445)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-12-16 12:35:51 +06:00

7 lines
152 B
TypeScript

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