mateussmeneses
3 years agoNew Contributor
Cannot read property 'abrirLojinha' of undefined
I'm having problems trying to run the test even after performing an export of functions. An error message appears that cannot be read. I don't know what's wrong 😞 . I have a main Tests script and al...
- 3 years ago
If you're using JavaScript, then change require[""] to require("") - to round brackets. It's a bug in TC which has been reported.