Lesson 7: FundMetest.js, when testing 0 passing(2s) 9 failing #1039
-
Hi, describe("FundMe", async function () {
beforeEach()
}) it shows 0 passing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hii @Sugunaramkumar , Hardhat has made some changes when you initialize your project now it comes with Solution : just remove |
Beta Was this translation helpful? Give feedback.
Hii @Sugunaramkumar , Hardhat has made some changes when you initialize your project now it comes with
Lock.sol
incontracts
directory and some pre written test for sameLock.test.js
intest
directory. So when you runyarn hardhat test
its also the running the tests ofLock.test.js
.Solution : just remove
Lock.test.js
fromtest
directory or any other file which is extra