Lesson 7 unit test ethers error #5886
Unanswered
roychaadit
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If you are using ethers v6, this is where the issue could be coming from. Try replacing the lines having fundMe = await ethers.getContractAt("FundMe", deployer); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the following is my code for FundMe.test.js
However, I am getting the following error despite having all the
require
statements.how can this be fixed?
Beta Was this translation helpful? Give feedback.
All reactions