Lesson 7. appx 11:18:25. yarn hardhat test . 0 passing. #5471
-
Hi. Oddly, I had to add
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @CryptoNube You just have to remove const { assert } = require("chai") This will fix your code |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Hello @CryptoNube
You just have to remove
beforeEach
from your imports and leave it as below:This will fix your code