Skip to content

Commit

Permalink
update test based on ethers v6 req/res need
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Dec 3, 2023
1 parent 06aa1d9 commit c5136eb
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 205 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
"pre-commit": "tsdx lint src test"
}
},
"prettier": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"dotenv": "^16.0.0",
"esbuild": "^0.14.21",
"husky": "^7.0.4",
"nock": "^13.2.2",
"nock": "^13.4.0",
"size-limit": "^7.0.5",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
Expand Down
Loading

0 comments on commit c5136eb

Please sign in to comment.