Skip to content

Commit

Permalink
Merge pull request #640 from livepeer/add_mocharc
Browse files Browse the repository at this point in the history
chore: add .mocharc.json
  • Loading branch information
rickstaa committed Apr 22, 2024
2 parents f225b10 + c57d2ba commit ab4ee17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require": "hardhat/register",
"timeout": 40000,
"_": [
"test/**/*.ts",
"test/**/*.js"
]
}

0 comments on commit ab4ee17

Please sign in to comment.