Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 561 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 561 Bytes

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

$ bun install

Running the app

# development
$ skaffold run

Test

# 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