Tell us what’s happening:
Hello,
I just finished writing the first project(tribute page) on visual studio code.
when I copied my code to codepen it sends me to add #mocha.
therefore, I can’t get the result of the test!
Hi @geezer, I checked the codepen and it’s lacking the FCC js library for running the tests.
In the JS Tab, click on the gear icon and add this to the dependencies: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
Hello @simonebogni ,
Thank you for your time and reply.
I’ve tried your method and it didn’t work.
I’ve also tried adding the link as a script in HTML, still didn’t work.
the message I get is (#mocha div missing, add it to your document).
When I did your method nothing happens, the test didn’t run and when added it as a script the massage above shows up!
when I added the link it shows no result but I save and nothing happens, so I try the script and it doesn’t work. if added the mocha that it’s asking for a counter shows up at the bottom but no result or anything!
I did but it didn’t work.
I just tried downloading Firefox and the test worked there!!! not in chrome even though I checked the cookies.
But I’m happy that the test is running normally.
Thank you @ILM and @simonebogni for your guidance.
All the best