UNPKG

lesgo

Version:

Core framework for lesgo node.js serverless framework.

43 lines (25 loc) 1.26 kB
# Lesgo! Framework ![Build Status](https://github.com/reflex-media/lesgo-framework/actions/workflows/release.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/reflex-media/lesgo-framework/badge.svg?branch=master)](https://coveralls.io/github/reflex-media/lesgo-framework?branch=master) Bootstrap your next microservice with a lightweight node.js serverless framework. > Note: This repository contains the core code of the Lesgo! framework. If you want to build an application using Lesgo!, visit the [docs](https://reflex-media.github.io/lesgo-docs). ## Unit Test This framework uses Jest test framework for unit testing. All test files exist in the respective `src/**/__tests__/*.test.ts` directory. ### Install dependencies ```bash npm ci ``` ### Run test ```bash npm test ``` ### Run code coverage report ```bash npm run coverage ``` View the generated html report in `coverage/index.html`. ### Testing environment Declare testing environment configurations in `jest.setup.ts` directory. ## Contributing You may contribute to the core framework by submitting a PR to the `develop` branch. Refer to the official [Docs](https://reflex-media.github.io/lesgo-docs/stable/prologue/contribution-guide/) for more information.