| 1 | /* eslint-disable @typescript-eslint/camelcase */ |
| 2 | import {describe, it, expect, beforeEach, afterEach, vi} from 'vitest' |
| 3 | import {parse} from '@formatjs/icu-messageformat-parser' |
| 4 | import IntlMessageFormat from 'intl-messageformat' |
nothing calls this directly
no test coverage detected