Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Sep 19, 2024
1 parent 7fb95bf commit 8c877d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/SDKConnect/handlers/handleDeeplink.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import handleDeeplink from './handleDeeplink';
import handleConnectionMessage from './handleConnectionMessage';
import Engine from '../../Engine';

jest.mock('@metamask/keyring-controller');
jest.mock('../SDKConnect');
jest.mock('../../AppConstants');
jest.mock('../utils/DevLogger');
Expand Down

0 comments on commit 8c877d5

Please sign in to comment.