chore: add test coverage

This commit is contained in:
Ali BARIN
2024-11-21 14:54:55 +00:00
parent 823a2c8b73
commit 09335fcd79
4 changed files with 340 additions and 307 deletions

View File

@@ -47,5 +47,5 @@ jobs:
run: cp .env-example.test .env.test
working-directory: packages/backend
- name: Run tests
run: yarn test
run: yarn test:coverage
working-directory: packages/backend