- NodeJS v20.11.1 LTS
npm install
2.npm run prisma:setup
- Run specific file
npm run test -w <domain> <file>.spec.ts
npm run test -w <domain> <full-file-path>.spec.ts
- Run all test file in a folder
npm run test -w <domain> <folder>
npm run test -w <domain> <full-path-up-to-folder>