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

Tell us what’s happening:
Describe your issue in detail here.
I did the challenge as asked for the first project of quality assurance but when sharing my github link it refuses to accept my answer as correct. I checked the solution and then even copied the answer to my file to check and I still got it wrong.Could you please explain to me what the problem is?

thank you
Your project link(s)

solution: GitHub - JonathanDaboush/boilerplate-mochachai

Your browser information:

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

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

Link to the challenge:

@jonathandaboushdev I just viewed your public GitHub repo for this challenge and it seems like you haven’t modified the project yet to pass any of the required tests.

Have you accomplished the specified requirement per step? Such as,

This is the file that you need to modify to pass all of the specified tests.

Hi @jonathandaboushdev

One of the instructions for this project talks about the following:

When you are done, make sure a working demo of your project is hosted somewhere public. Then submit the URL to it in the Solution Link field.

GitHub is for hosting the source code. The GitHub link you are submitting is most likely the link to the source code. You need to first deploy the project to a hosting service like Repl.it and submit the URL for the running project.