aws-lambda-mock-context
aws-lambda-mock-context copied to clipboard
AWS Lambda mock context object
To get tests working in jest without holding onto open handles one needs a way to clear the timeout after tests have run. Susggest that you add a method to...
Hi Sam, Great package. Using this inside my Jest tests for AWS Lambda. It's not a breaking bug but maybe something to take a look at. I get the warning...
Aims to prevent this situation from occurring when running within a Jest test, I assume as a result of the timeout executing after the `done()` callback is called: ``` Jest...
## Proposed major version update This is a wonderful project, but because change is constant in the JS world, it now has some small barriers to adoption in newer projects....