PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
117 stars 183 forks source link

Lesson 9 : missing "accounts" variable definition in the repo #185

Open Tarunrao0 opened 11 months ago

Tarunrao0 commented 11 months ago

In Lesson 9, the unit test code of the repo does not define the variable "accounts" while it is mentioned in the video at : 15:54:10 this can be resolved by adding a

const accounts = await ethers.getSigners()

statement