Skip to content

Commit

Permalink
Add mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiascaricato committed Jan 30, 2023
1 parent 524fe76 commit 33410fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": "hardhat/register",
"timeout": 40000,
"_": ["test/**/*.ts"]
}
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@nomiclabs/hardhat-solhint": "^3.0.0",
"dotenv": "^16.0.3",
"hardhat": "^2.12.6"
"hardhat": "^2.12.6",
"mocha": "^10.2.0"
}
}

0 comments on commit 33410fa

Please sign in to comment.