Skip to content

Commit

Permalink
Merge pull request #29 from w3bdesign/backend
Browse files Browse the repository at this point in the history
Backend tests
  • Loading branch information
w3bdesign authored Nov 20, 2024
2 parents 183be4a + 6336100 commit 44ba099
Show file tree
Hide file tree
Showing 8 changed files with 363 additions and 88 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: Run tests and upload coverage
on:
push:
paths:
- 'backend/**'
pull_request:
paths:
- 'backend/**'
- 'backend/**'

jobs:
test:
Expand Down
28 changes: 0 additions & 28 deletions backend/.github/workflows/codecov.yml

This file was deleted.

1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"typeorm": "^0.3.20"
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@nestjs/cli": "^10.4.7",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.8",
Expand Down
Loading

0 comments on commit 44ba099

Please sign in to comment.