mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-05 18:34:49 +00:00
48e1ca9849
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
import { makeLocalesTest } from '@hcengineering/platform'
|
|
|
|
it(
|
|
'Locales are equale',
|
|
makeLocalesTest((lang) => import(`../../lang/${lang}.json`))
|
|
)
|