mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-05 18:34:49 +00:00
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`))
|
||
|
)
|