You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is it planned for the serverless-bundle to upgrade their jest version to v27 or higher?
Currently we are having some issues with ussing the middy package together with the serverless-bundle test, it throws an error when using the serverless-bundle test command.
Since serverless-bundle uses jest v26.x.x (which does not support the node Abort Class) and middy uses the AbortController class it throws an AbortController is not defined error.
A workaround for this is running the test directly with jest and not using the serverless-bundle command.
The text was updated successfully, but these errors were encountered:
@alexsedano010 this is similar to the Typescript 5.0 Support issue. Given the delay in getting these resolved, I had to "eject" from serverless-bundle. You can see what I did here if you're interested.
Hi, is it planned for the serverless-bundle to upgrade their jest version to v27 or higher?
Currently we are having some issues with ussing the middy package together with the serverless-bundle test, it throws an error when using the serverless-bundle test command.
Since serverless-bundle uses jest v26.x.x (which does not support the node Abort Class) and middy uses the AbortController class it throws an AbortController is not defined error.
A workaround for this is running the test directly with jest and not using the serverless-bundle command.
The text was updated successfully, but these errors were encountered: