| 1 | import {defaultLocale} from '#packages/utils/defaultLocale' |
| 2 | import {expect, describe, it} from 'vitest' |
| 3 | describe('defaultCurrency', () => { |
| 4 | it('should return the default locale when no country code is provided', () => { |
nothing calls this directly
no test coverage detected