Skip to content

Commit

Permalink
fix: Merge branch 'develop' of github.com-fe-explorer-cardano:cardano…
Browse files Browse the repository at this point in the history
…-foundation/cf-explorer-frontend into bugfix/MET-615-icon-no-data-found
  • Loading branch information
Sotatek-TrungHoang committed Aug 10, 2023
2 parents ada401a + 14b74ee commit 1aa7860
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ jest.mock("@cardano-foundation/cardano-connect-with-wallet", () => ({
TESTNET: "testnet"
}
}));

jest.mock("@cardano-foundation/cardano-connect-with-wallet-core", () => ({
NetworkType: {
MAINNET: "mainnet",
TESTNET: "testnet"
},
isWalletInstalled: jest.fn()
}));

0 comments on commit 1aa7860

Please sign in to comment.