Skip to content

Commit 062b898

Browse files
committed
implement new test
1 parent 3aad3b7 commit 062b898

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/hardhat-chai-matchers/test/addressable.ts

+4
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,8 @@ describe("Addressable matcher", () => {
7979
}
8080
});
8181
}
82+
83+
it("should accept other typed objects", async function () {
84+
expect(2).to.equal(ethers.Typed.uint256(2));
85+
});
8286
});

0 commit comments

Comments
 (0)