1
0
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:
Thomas Huang 2022-05-16 13:53:47 -07:00 committed by GitHub
parent d01a2ad7e5
commit dbe89049bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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', () => {