Initiativesuse babel-plugin as the middlware to catch cases liketry{// try to do}catch(e){// catch block like thisconsole.log(e);}transform the above code totry{// try to do}catch(e){// catch block like thisconsole.log(e);throwe;}Testnpx jest test/