-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests for logShout and logWhisper not working #2
Comments
Hi there, this is still happening. Please advise on what we should do. |
any resolve to this? |
This error might be issued because string.toUpperCase() or string.toLowerCase() was missing parentheses at the end. |
|
This happened to me, but the issue resolved when I fixed Logwhisper(String). I had erroneously put console.log(string.toLowerCase()); instead of console.log(string.toUpperCase()); The test wanted it to be whispered, and I had put it in caps. (Should have been toLowercase instead of toUppercase). |
Thanks jpoze, that really helped me. Had same issue now that suggestion fixed!, thank you |
I am receiving this error code and none of the above suggestions have solved this problem. Any other suggestions? |
Students are reporting and I can verify that these tests are showing
Error: spy was never called with [ 'HELLO' ]
for both functions.Tests were updated two days ago and so it seems like an issue with
spyOn
.output in terminal
The text was updated successfully, but these errors were encountered: