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

Tell us what’s happening:
Describe your issue in detail here.

Hello, I solved the test in the replit and I copied the project link, but I keep getting the following message without being able to continue. Any help is appreciated, thank you.
Below is the response I keep getting.

// running tests All tests should pass. (Test timed out) You should choose the correct method for the first assertion -

** **isNull** **

vs.

** **isNotNull** **

. (Test timed out) You should choose the correct method for the second assertion -

** **isNull** **

vs.

** **isNotNull** **

. (Test timed out) // tests completed

Your project link(s)

boilerplate-mochachai - Node.js Repl - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

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

Link to the challenge:

Your code is passing. Try forking your project and see if that helps with the timeout. For some using a VPN can help with Replit issues as well.

You can also do the challenges locally

Or try using Glitch.

2 Likes

Thank you lasjorg, I just ran it locally and no more issues with request timeout.

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