Help with a challenge

Tell us what’s happening:
everything is alrright but the test fail

Your project link(s)

solution: https://replit.com/@juansebastia255/boilerplate-mongomongoose-1

Your browser information:

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

Challenge: Delete Many Documents with model.remove()

Link to the challenge:

done(err, JSON.stringify(response));

Are you supposed to stringify the response? It is expecting an object - you are changing it to a JSON encoded string.

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