-
Hi,In lesson 7:https://youtu.be/gyMwXuJrbJQ?t=40609. I've try everything, but still got this. Here is code: describe("FundMe", async function () { beforeEach(async () => { describe("constructor", async function () {
}) Here is error: FundMe
0 passing (574ms) FundMe Thanks for ur time |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
got this,I use module.exports.default instead of module.exports then everything ok. |
Beta Was this translation helpful? Give feedback.
-
I am also facing the same issue. Adding module.exports.default did not solve the issue for me |
Beta Was this translation helpful? Give feedback.
got this,I use module.exports.default instead of module.exports then everything ok.