The jest command line runner has a number of useful options. You can run jest --help to view all available options. Many of the options shown below can also be used together to run tests exactly the way you want. Every one of Jest's Configuration options can also be specified through the CLI.| jestjs.io
Guide to deciding what and how to test your AWS serverless application's integrations with EventBridge| Serverless First
The new failure modes that serverless apps introduce and why integration and E2E tests give more value than unit tests.| Serverless First