Skip to content

Commit

Permalink
feat: test course endpoints (#401)
Browse files Browse the repository at this point in the history
* feat: test all courses endpoint

* feat: add test for course controller

* feat: apply feedback, change factories setup
  • Loading branch information
wielopolski authored Jan 29, 2025
1 parent 8af07f7 commit 354a3e0
Show file tree
Hide file tree
Showing 12 changed files with 1,449 additions and 199 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@types/nodemailer": "6.4.15",
"@types/passport-jwt": "4.0.1",
"@types/passport-local": "1.0.38",
"@types/supertest": "6.0.0",
"@types/supertest": "6.0.2",
"@types/uuid": "10.0.0",
"@types/xml2js": "0.4.14",
"@typescript-eslint/eslint-plugin": "6.0.0",
Expand All @@ -116,7 +116,7 @@
"jest": "29.5.0",
"prettier": "3.0.0",
"source-map-support": "0.5.21",
"supertest": "6.3.3",
"supertest": "7.0.0",
"testcontainers": "10.10.3",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
Expand Down
Loading

0 comments on commit 354a3e0

Please sign in to comment.