After finishing the last exercise in the Integration testing section. I get this error message that says:
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error:
I get it under every it()
function. I tried adjusting the jest.setTimeout()
, and I got the same results. Does anyone know how to fix this?