| 1 | /* eslint-disable @typescript-eslint/camelcase */ |
| 2 | import {describe, it, expect, beforeEach, afterEach, vi} from 'vitest' |
| 3 | import {formatDate as formatDateFn} from '#packages/intl/dateTime' |
| 4 | import {type IntlConfig, type IntlFormatters} from '#packages/intl/types' |
nothing calls this directly
no test coverage detected