Quality Assurance and Testing with Chai - Run Functional Tests on an API Response using Chai-HTTP IV - PUT method

Tell us what’s happening:
Hello! My solution is correct, but the tests fail

Your project link(s)

solution: boilerplate-mochachai - Replit

Your browser information:

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

Challenge: Quality Assurance and Testing with Chai - Run Functional Tests on an API Response using Chai-HTTP IV - PUT method

Link to the challenge:

There are missing closing parenthesis and braces in your code in the file 2_functional-tests.js

Excuse me, but where? I’ve checked out that every brace is in place

There are no closing braces/parentheses for these:

suite("Functional Tests", function() {
  suite("Integration tests with chai-http", function() { ...

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