Unit Test and Integration Test for AWS Lambda/NodeJS in TypeScript | by Zijing Zhao | Level Up Coding

PHOTO EMBED

Mon Jan 31 2022 05:38:29 GMT+0000 (Coordinated Universal Time)

Saved by @jrsl

// no need for coverage here
module.exports = {
  testEnvironment: "node",
  testMatch: [
    "**/integ/**/*.integ.test.ts"
  ],
};
content_copyCOPY

https://levelup.gitconnected.com/unit-test-and-integration-test-for-aws-lambda-nodejs-in-typescript-2235a0f69f5