Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dps0340/nestjs-fast-check-practice
fast-check over @testjs/testing
https://github.com/dps0340/nestjs-fast-check-practice
fast-check mikro-orm nestjs property-based-testing
Last synced: 2 months ago
JSON representation
fast-check over @testjs/testing
- Host: GitHub
- URL: https://github.com/dps0340/nestjs-fast-check-practice
- Owner: DPS0340
- License: mit
- Created: 2024-05-05T08:51:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T14:09:53.000Z (7 months ago)
- Last Synced: 2024-06-04T22:10:01.334Z (7 months ago)
- Topics: fast-check, mikro-orm, nestjs, property-based-testing
- Language: TypeScript
- Homepage:
- Size: 4.79 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
### Motivation
Testing is important, but make testing is hard, so some developers even don't make tests.
So, I decided to make example repository based on properly used property based testing, on nestjs ecosystem.
## Installation
```bash
$ bun install
```## Running the app
```bash
# development
$ skaffold run
```## Test
```bash
# unit tests
$ skaffold run
$ kubectl exec -it deploy/nestjs-fast-check-practice -- /bin/bash -c ". /root/.nvm/nvm.sh && npm run test"
```- You'll better to run github actions based ci.
## License
MIT