Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work

Tell us what’s happening:

I am trying to complete the Quality assurance and testing with chai course, but it keeps failing.

I have used github, gitpod, visual studio and repl to complete the task but the url never seems to work, I get the same message:
‘Remember to submit the Live App URL’

Heres the links I have input:

  1. boilerplate-mochachai - Replit
  2. GitHub - ZaynahAC/assertions

if anyone can help please do, I dont know what else to do now

###Your project link(s)

https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-and-testing-with-chai/learn-how-javascript-assertions-work)

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0

Challenge Information:

Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work

Hello @zaynahac01,

When you run your project on Replit, it opens up a live preview. Without closing the tab where Replit is open, copy the URL at the top of the preview and put it into the solution input.

Happy coding!

I finished all my tests passing with flying colors but when i type npm run test it does not work because i think i ran into deprecated problems while setting up I have all the tests correctly implemented ready to pass I have also tried using Repl.it but it charges a yearly fee no, so alternatively i decided to fork my own repo on Github and when i paste my URL Solution Link i get this message that says: “Remember to submit the Live App URL.” does anyone know why?
and how to solve this

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

You can complete it running locally. Just run the server locally and submit the localhost address http://localhost:3000

I assume this is your repo?

You have re-declared two variables in 1_unit-tests.js
You have not completed any of the functional tests (at least not in the repo code).

Open your own thread and post your repo.