Skip to content

Commit

Permalink
Update packages/starknet-snap/src/index.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Stanley Yuen <102275989+stanleyyconsensys@users.noreply.github.com>
  • Loading branch information
khanti42 and stanleyyconsensys authored Nov 21, 2024
1 parent 40c3393 commit 1cdb121
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/starknet-snap/src/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ import { HomePageController } from './on-home-page';
import * as keyPairUtils from './utils/keyPair';

jest.mock('./utils/logger');
jest.mock('./utils/snap');

jest.mock('./utils', () => ({
...jest.requireActual('./utils'),
updateRequiredMetaMaskComponent: jest.fn(),
}));

describe('onRpcRequest', () => {
const createMockSpy = () => {
Expand Down

0 comments on commit 1cdb121

Please sign in to comment.