Skip to content

Commit

Permalink
chore: add .mocharc.json
Browse files Browse the repository at this point in the history
This commit adds a `.mocharc.json` configuration file so that mocha
hardhat tests can be directly debugged in
[VScode](https://hardhat.org/hardhat-runner/docs/advanced/vscode-tests).
  • Loading branch information
rickstaa committed Apr 12, 2024
1 parent f225b10 commit 116b321
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"require": "hardhat/register",
"timeout": 40000,
"_": [
"test/**/*.ts"
]
}

0 comments on commit 116b321

Please sign in to comment.