| 1 | import {canonicalizeCountryCode} from '#packages/utils/countryCodes' |
| 2 | import {expect, test} from 'vitest' |
| 3 | test('canonicalizeCountryCode', () => { |
| 4 | expect(canonicalizeCountryCode('USA')).toBe('US') |
nothing calls this directly
no test coverage detected