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

Tell us what’s happening:
Not able to pass in the curriculum page but all pass in replit.

Your project link(s)

https://replit.com/@vlchung/boilerplate-mochachai

solution: boilerplate-mochachai - Replit

Your browser information:

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

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

Link to the challenge:

The functional tests on Replit are crashing the server. You can restart it by adding an after function to the bottom of the last tests in 2_functional-tests.js

after(function() {
  chai.request(server)
    .get('/')
});

Thank you so much for helping me.

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