Can not go ahead to the next challenge using hint

Tell us what’s happening:
Hi!

I tried to do this task by myself. After I tried use the hint but in two cases tests are not completed. I look around and i didnt find any mistakes. And if I right understand the code in the hint is correct but this is too doesnt work. I can not go ahead to the next challenge. How I can resolve it? Waiting your answer.

Your project link(s)

solution: https://replit.com/@mellissa05/boilerplate-mochachai

Your browser information:

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

Challenge: Run Functional Tests on an API Response using Chai-HTTP IV - PUT method

Link to the challenge:

You should see an error in the console. You are missing the two closing }); for the first two functions in the functional tests.

Right before the zombie require you need to add.

  });
});

When I fix that your project passes the test.

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