So, I am using Layers in my Serverless Framework Node JS project. I add all commonly used npm packages to a layer because I don't want every Lambda function to have huge packages.
The problem is that when running unit tests (locally), it can't find these modules.
Is there any way to handle this problem?