Skip to content

Commit

Permalink
Fix: WC unit tests (#4553)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Nov 22, 2024
1 parent a4862ad commit 74a7e24
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { safeInfoSlice } from '@/store/safeInfoSlice'
import { useAppDispatch } from '@/store'
import * as useSafeWalletProvider from '@/services/safe-wallet-provider/useSafeWalletProvider'

jest.mock('@reown/walletkit', () => jest.fn())

jest.mock('../services/WalletConnectWallet')
jest.mock('@/services/safe-wallet-provider/useSafeWalletProvider')

Expand Down

0 comments on commit 74a7e24

Please sign in to comment.