| 1 | /* eslint-disable @typescript-eslint/camelcase */ |
| 2 | import {describe, it, expect, beforeEach, afterEach, vi} from 'vitest' |
| 3 | import {formatPlural as formatPluralFn} from '#packages/intl/plural' |
| 4 |
nothing calls this directly
no test coverage detected