Open Tarunrao0 opened 1 year 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
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
statement