-
I keep running into the following error when running this test I've read online that the error occurs "when a property is read or a function is called on an undefined variable" but that does not seem to be the case over here. The issue seems to be with the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Issue was with my |
Beta Was this translation helpful? Give feedback.
Issue was with my
require
statement. I hadrequire("mocha")
instead ofrequire("chai")