Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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