In mocha testing while calling asynchronous function how to avoid the timeout Error: timeout of 2000ms exceeded
In my node application I’m using mocha to test my code. While calling many asynchronous functions using mocha, I’m getting timeout error (Error: … Read more