diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 00000000..96fea0a3 --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,8 @@ +{ + "require": "hardhat/register", + "timeout": 40000, + "_": [ + "test/**/*.ts", + "test/**/*.js" + ] +}