| 1 | import {describe, test, expect} from 'vitest' |
| 2 | import {type MessageDescriptor, interpolateName} from '@formatjs/ts-transformer' |
| 3 | import {readFile} from 'node:fs/promises' |
| 4 | import {join} from 'path' |
nothing calls this directly
no test coverage detected