Skip to content

Commit

Permalink
update mocha to fix mochajs/mocha#3090 (see: 1808c5b)
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Apr 11, 2022
1 parent 7bf856a commit 095bfe2
Show file tree
Hide file tree
Showing 3 changed files with 1,330 additions and 1,595 deletions.
3 changes: 2 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ let config: HardhatUserConfig = {
target: "ethers-v5",
},
dodoc: {
runOnCompile: true,
// skip doc generation on ci
runOnCompile: process.env.CI == "",
debugMode: false,
// pre solidity 5 breaks docgen
exclude: ["MultisigWallet", "WETH9"]
Expand Down
Loading

0 comments on commit 095bfe2

Please sign in to comment.