| 1 | import { renderHook } from '@testing-library/react' |
| 2 | import { CurrencyAmount, Percent } from '@uniswap/sdk-core' |
| 3 | import { USDC_MAINNET } from 'constants/tokens' |
| 4 | import { useCurrencyConversionFlagEnabled } from 'featureFlags/flags/currencyConversion' |
nothing calls this directly
no test coverage detected