Anonymous Message Board - Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves

Tell us what’s happening:
I can’t pass tests 12 to 13 on this project. My code is working functionally similar to the sample app but when I run the test script that I created, I am encountering this error even if my tests have a done() called in each test: Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure “done()” is called; if returning a Promise, ensure it resolves

this is the replit code for the project:

Your code so far

Your browser information:
Version 98.0.4758.102 (Official Build) (64-bit)

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

Challenge: Anonymous Message Board

Link to the challenge:

This is my replit code: https://replit.com/@Luderio/boilerplate-project-messageboard

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