Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henriqueweiand/logic-lab

Space to practice technical operational logics with typescript.
https://github.com/henriqueweiand/logic-lab

jest typescript

Last synced: about 13 hours ago
JSON representation

Space to practice technical operational logics with typescript.

Awesome Lists containing this project

README

        

# logic-lab

[![Run Unit Tests](https://github.com/henriqueweiand/logic-lab/actions/workflows/run-all-tests.yml/badge.svg)](https://github.com/henriqueweiand/logic-lab/actions/workflows/run-all-tests.yml)

Space to practice technical operational logics with typescript.

## How to implement new tests

1. Create the functions inside the `/src` folder;
2. Create a test with the sufix `.spec.ts`;
3. Run the test `npm run test`