SyntaxFix
Write A Post
Hire A Developer
Questions
If you are testing asynchronous code, you need to make sure to place done() in the callback of that asynchronous code. I had that issue when testing http requests to a REST API.
done()