hello everybody i am having a problem with challenge 1 i have done what its asked for but replit gives me an error
Hmm… We couldn’t reach this Repl ## Make sure this Repl has a port open and is ready to receive HTTP traffic.
this is the link to my project : boilerplate-mochachai (1) - Replit
and this a photo of my code and the error:
The tests crash the server. You can mitigate against this by adding the following code to the bottom of your functional-tests file (i.e. the other test file which you’ve not started working on yet).
after(function() { chai.request(server) .get('/') });
This restarts the server and will also reload the HTML doc.
thank you very much that worked