Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
test(exodus): add unit tests for ExodusWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Dec 12, 2023
1 parent 1aa0d93 commit ded26de
Show file tree
Hide file tree
Showing 6 changed files with 442 additions and 9 deletions.
2 changes: 1 addition & 1 deletion __tests__/wallets/supported/defly.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('DeflyWallet', () => {
afterEach(async () => {
await wallet.disconnect()
localStorage.clear()
jest.resetAllMocks()
jest.clearAllMocks()
})

describe('connect', () => {
Expand Down
Loading

0 comments on commit ded26de

Please sign in to comment.