Skip to content

Commit

Permalink
feat: hedera added test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
AnithaKrypC committed Mar 25, 2024
1 parent 94618f8 commit 352b84c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe("deploy Token Registry", () => {
// eslint-disable-next-line jest/prefer-spy-on
mockedEthersContract.prototype.deploy = jest.fn();
const mockedDeploy: jest.Mock = mockedEthersContract.prototype.deploy;

// increase timeout because ethers is throttling
jest.setTimeout(30000);

Expand Down

0 comments on commit 352b84c

Please sign in to comment.