Bootstrap your next microservice with a lightweight node.js serverless framework. Optimized for osls.
Note: This repository contains the core code of the Lesgo! framework. If you want to build an application using Lesgo!, visit the docs.
This framework uses Jest test framework for unit testing.
All test files exist in the respective src/**/__tests__/*.test.ts directory.
npm cinpm testnpm run coverageView the generated html report in coverage/index.html.
Declare testing environment configurations in jest.setup.ts directory.
You may contribute to the core framework by submitting a PR to the develop branch. Refer to the official Docs for more information.