We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aad3b7 commit 062b898Copy full SHA for 062b898
packages/hardhat-chai-matchers/test/addressable.ts
@@ -79,4 +79,8 @@ describe("Addressable matcher", () => {
79
}
80
});
81
82
+
83
+ it("should accept other typed objects", async function () {
84
+ expect(2).to.equal(ethers.Typed.uint256(2));
85
+ });
86
0 commit comments