/mastering-jest-in-cdk

We talk through example TypeScript code for mastering Jest in our AWS CDK apps, with setup discussed and quick snippets.

Primary LanguageTypeScript

Mastering Jest In The AWS CDK

We talk through example TypeScript code for mastering Jest in our AWS CDK apps, with setup discussed and quick snippets.

image

The article for this repo can be found here: https://blog.serverlessadvocate.com/mastering-jest-in-your-aws-cdk-apps-79a321b74748

Note: This is not production ready is and is created for talking through key aspects of serverless testing.

Deploying the solution

To deploy the solution run npm run deploy in the gilmore-ev-product folder.

To tear down the solution run npm run remove in the same folder.