Skip to content

Commit

Permalink
🔧 Update mocharc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Feb 12, 2023
1 parent cf37397 commit 99b30f0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .mocharc.js

This file was deleted.

10 changes: 10 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extension": [
"ts"
],
"spec": [
"src/classes/**/*.test.ts",
"src/tests/**/*.test.ts"
],
"require": "ts-node/register"
}
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"!**/*.tsbuildinfo",
"!**/*.test.*"
],
"keywords": [
"solidity",
"mermaid",
"diagram",
"ethereum"
],
"devDependencies": {
"@openzeppelin/contracts": "^4.8.1",
"@types/chai": "^4.3.4",
Expand Down

0 comments on commit 99b30f0

Please sign in to comment.