Recibo el siguiente error cuando intento ejecutar mis pruebas unitarias:
node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "TypeError: sapHeader.isDeleted is not a function".] { code: 'ERR_UNHANDLED_REJECTION' } La cuestión es que estoy usando ExceptionsFilters globales (exactamente como está en NestJS Doc ), por lo que no debería necesitar colocar manualmente capturas de prueba en toda mi aplicación, ¿debería? Soy completamente nuevo en Nest, así que no estoy seguro de qué información necesito compartir.