Skip to content

Commit

Permalink
add unit tests for Context pluging
Browse files Browse the repository at this point in the history
  • Loading branch information
killroy192 committed Dec 15, 2023
1 parent cc6c3d4 commit f831d87
Show file tree
Hide file tree
Showing 6 changed files with 5,990 additions and 13,047 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
cache
artifacts
artifacts
.vscode
3 changes: 2 additions & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require("@nomicfoundation/hardhat-toolbox");
require("@nomicfoundation/hardhat-ethers");
require("@nomicfoundation/hardhat-chai-matchers");

const getAddr = (contractName) => (_, ctx) => ctx[contractName].address;

Expand Down
Loading

0 comments on commit f831d87

Please sign in to comment.