Hello World with CI/CD A serverless NodeJS app using CI with CircleCI. It is a companion project for the blog post Automating CI/CD workflow for serverless apps with CircleCI. Install Jest npm install -g jest Run Tests npm test --coverage