Quality Assurance Projects - Personal Library

Tell us what’s happening:
I did my api.js this morning and passed all the tests. I just finished writing the tests and i pass them all in my console output but now when I submit the link all the tests are timing out. I’m not sure what’s going on.

please help. Thanks in advance!

Your project link(s)

solution: boilerplate-project-library - Replit

Your browser information:

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

Challenge: Quality Assurance Projects - Personal Library

Link to the challenge:

Adding .keepOpen() after all the .request(server) calls should fix it.

chai
  .request(server)
  .keepOpen()

thanks again man! you’re a legend!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.