Again, the second error is with the correct solution and live app URL.
My Replit project is here: boilerplate-mochachai - Replit
And the solution URL is: https://boilerplate-mochachai.elohimcampo.repl.co
Thank you in advance for the help,
Elohim Campo
Sorry, the link to the lesson is: https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-and-testing-with-chai/learn-how-javascript-assertions-work
I forked it, ran it and the console shows my basic assertions #isNull #isNotNull succeeded without mistakes. Except the rest of the code which is normal cause is not completed.
It looks like the repl project files from the link provided by FCC on the lesson https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-and-testing-with-chai/learn-how-javascript-assertions-work are incomplete. If you check this other project boilerplate-mochachai - Replit from another user there are more files. Can you @camperextraordinaire talk to the FCC team to sort it out?
Sorry @camperextraordinaire it is not missing files, in the repl app is showing 13 files but in the browser is showing more. So that shouldn’t be the problem for now.
The reason I saw more files on repl on the browser was that repl was importing the project as a python project so that it was wrong. Anyway what is wrong with the project and the live app URL?..
The #1 basic assertions from the console pass the test, but the FCC test don’t, the FCC test fails and shows up:
// running tests
All tests should pass.
You should choose the correct method for the first assertion - isNull
vs. isNotNull
.
You should choose the correct method for the second assertion -isNull
vs.isNotNull
. // tests completed !
Repl live app URL is still not working. I switched to Glitch and it’s working perfectly. So, thank you anyway.