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