Lesson 9 Raffle.test.js #672
-
So i recently just Finished the Raffle.test.js lesson, but i accidently deleted my whole Raffle.test.js file trying to move it into the test > units folder.
I tried both const { developmentChains, networkConfig } = require("../../helper-hardhat-config.js") |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Its saying your path to your make sure check to make sure you have /test/unit/Raffle.test.js |
Beta Was this translation helpful? Give feedback.
-
@armontej Your helper file name is incorrect, please correct the typo mistake. |
Beta Was this translation helpful? Give feedback.
-
In my case it worked when I wrote my path without "../" this |
Beta Was this translation helpful? Give feedback.
@armontej Your helper file name is incorrect, please correct the typo mistake.