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 c57d2ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mocharc.json
@@ -0,0 +1,8 @@
{
"require": "hardhat/register",
"timeout": 40000,
"_": [
"test/**/*.ts",
"test/**/*.js"
]
}

0 comments on commit c57d2ba

Please sign in to comment.