Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/henriqueweiand/logic-lab
- Owner: henriqueweiand
- Created: 2024-03-01T13:00:22.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-29T18:01:53.000Z (8 months ago)
- Last Synced: 2024-03-30T18:54:54.275Z (8 months ago)
- Topics: jest, typescript
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`