Skip to content

Commit 6103316

Browse files
fix: broken tests
1 parent dfd143b commit 6103316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/Views/WalletActions/WalletActions.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
import React from 'react';
12
import {
23
EthAccountType,
34
SolAccountType,
45
SolScope,
56
} from '@metamask/keyring-api';
67
import { fireEvent } from '@testing-library/react-native';
7-
import React from 'react';
8+
import '../../UI/Bridge/_mocks_/initialState';
89
import { isSwapsAllowed } from '../../../components/UI/Swaps/utils';
910
import {
1011
selectCanSignTransactions,

0 commit comments

Comments
 (0)