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

everytime i upload my solution link, it always timed out.

// 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

solution: boilerplate-mochachai - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0

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

Link to the challenge:

hi, can someone help me?

I would suggest doing the challenge locally. Replit isn’t super reliable when it comes to some of the tests (mainly the last zombie tests) but it usually isn’t broken like this.

If you comment out all the code inside 2_functional-tests.js it should let you do the unit tests without crashing. But like I said, I would suggest you do this challenge locally.

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