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

PHOTO EMBED

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

Saved by @jrsl

"scripts": {
  "test": "jest --config=jest.config.test.js",
  "compile": "tsc"
}
content_copyCOPY

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