(
...args: ConstructorParameters<typeof Intl.DateTimeFormat>
)
| 13 | let config: IntlConfig<any> |
| 14 | |
| 15 | let getDateTimeFormat: Formatters['getDateTimeFormat'] = ( |
| 16 | ...args: ConstructorParameters<typeof Intl.DateTimeFormat> |
| 17 | ) => new Intl.DateTimeFormat(...args) |
| 18 | beforeEach(() => { |
| 19 | config = { |
| 20 | locale: 'en', |
no outgoing calls
no test coverage detected