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 af70584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/hardhat-ethers/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,9 @@ describe("Ethers plugin", function () {
});

/*
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 af70584

Please sign in to comment.