Skip to content

Commit

Permalink
Add a comment to the hardhat-ethers _signTypedData test.
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Jan 20, 2021
1 parent 8d15d07 commit a29fec8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/hardhat-ethers/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,10 @@ describe("Ethers plugin", function () {
assert.lengthOf(code, 2);
});

/*
/**
* This test is commented out because it uses
* Signer._signTypedData, an experimental ethers.js method
**
it("_signTypedData integration test", async function () {
// See https://eips.ethereum.org/EIPS/eip-712#parameters
// There's a json schema and an explanation for each field.
Expand Down

0 comments on commit a29fec8

Please sign in to comment.