Hope you are doing well :D
I'm asking this question because i didn't find any answer i'm using jest and i want to throw errors in specific http status error but when i do that i pass from 1.8s to 7.8s and i'm not understanding why my execution time is taking so long so of course i have the timeout jest issue coming for increasing the default timeout but i think the Error object is waiting until the jest timeout is over to throw the error .. I'm using it as this in typescript:
throw new Error('message')