Closed asmar10 closed 2 years ago
Hello friend: please edit this line: let MockV3Aggregator; to let mockV3Aggregator , because your naming convention is same as the contract "MockV3Aggregator" .
Hopefully ..It will work
Please ask questions in the discussions tab of the full course, thank you!
https://github.com/smartcontractkit/full-blockchain-solidity-course-js/
Hi im facing this error not sure what im doing wrong this appears when i run yarn hardhat test
i don't know why it says no contract deployed even though i have deployed it. and this test code is supposed to get that deployment.
this is the part of code :
PS: i have made sure of the naming conventions as well the contract file name and contract name goes by FundMe.sol and FundMe