We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd143b commit 6103316Copy full SHA for 6103316
app/components/Views/WalletActions/WalletActions.test.tsx
@@ -1,10 +1,11 @@
1
+import React from 'react';
2
import {
3
EthAccountType,
4
SolAccountType,
5
SolScope,
6
} from '@metamask/keyring-api';
7
import { fireEvent } from '@testing-library/react-native';
-import React from 'react';
8
+import '../../UI/Bridge/_mocks_/initialState';
9
import { isSwapsAllowed } from '../../../components/UI/Swaps/utils';
10
11
selectCanSignTransactions,
0 commit comments