mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Unit test proptype (#14564)
* Change import file to root index * Properly set showFiat proptype to bool
This commit is contained in:
parent
d01a2ad7e5
commit
dbe89049bd
@ -4,7 +4,7 @@ import sinon from 'sinon';
|
||||
import CurrencyDisplay from '../../ui/currency-display';
|
||||
import * as currencyHook from '../../../hooks/useCurrencyDisplay';
|
||||
import * as currencyPrefHook from '../../../hooks/useUserPreferencedCurrency';
|
||||
import UserPreferencedCurrencyDisplay from './user-preferenced-currency-display.component';
|
||||
import UserPreferencedCurrencyDisplay from '.';
|
||||
|
||||
describe('UserPreferencedCurrencyDisplay Component', () => {
|
||||
describe('rendering', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user