Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sprints): created unit tests for the sprints' service and controller methods #224

Merged
merged 20 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
37bc4b5
feat(sprints.service.spec): created unit tests for the sprint's servi…
timDeHof Nov 18, 2024
7d52c4c
feat(mock-data.ts): add mock data for testing sprints service
timDeHof Nov 21, 2024
82d37b7
refactor(sprints.service.spec.ts): extract mock data and helper funct…
timDeHof Nov 21, 2024
a350caa
feat(sprints.controller.spec.ts): extended test coverage for SprintsC…
timDeHof Nov 21, 2024
2dc8f71
refactor(mock-data.ts, sprints.service.spec.ts): remove unused import…
timDeHof Nov 21, 2024
619b6ae
feat(sprints.service.spec.ts): import Agenda from Prisma client
timDeHof Nov 21, 2024
9f2ae84
refactor(sprints): remove unused imports and types in mock-data.ts an…
timDeHof Nov 21, 2024
9ffba35
refactor(mock-data.ts, sprints.service.spec.ts): remove unused FormRe…
timDeHof Nov 21, 2024
e59007a
refactor(sprints.controller.spec.ts): enhance test coverage and struc…
timDeHof Nov 22, 2024
7bba0ef
refactor(sprints.controller.spec.ts): remove unused 'create' import f…
timDeHof Nov 22, 2024
830f022
refactor(sprints.service.ts): replace console.log with console.error …
timDeHof Nov 25, 2024
88c082b
test(sprint.controller): added test for all the other methods for inc…
timDeHof Nov 25, 2024
eb0809e
Merge branch 'dev' into test/unit-test-sprints
timDeHof Nov 25, 2024
8e6b5b9
style(sprints.service.spec.ts): adjust indentation for better readabi…
timDeHof Nov 25, 2024
a7caf93
docs(CHANGELOG.md): add entry for new unit tests for sprints
timDeHof Nov 25, 2024
997cae1
refactor(sprints.service.spec.ts): remove unnecessary blank lines and…
timDeHof Nov 27, 2024
b24ca01
refactor(sprints.controller.spec.ts): remove unnecessary null coalesc…
timDeHof Nov 27, 2024
7e3a990
feat(mock-data.ts): move mock-data.ts from sprints to global/mocks di…
timDeHof Dec 2, 2024
e3be04f
refactor(sprints): move mock-data from sprints to global mocks directory
timDeHof Dec 2, 2024
b12ce4c
Merge branch 'dev' into test/unit-test-sprints
timDeHof Dec 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- Added routes for teams to create own tech stack categories([#208](https://github.com/chingu-x/chingu-dashboard-be/pull/208))
- Added unit tests for Features controller and services ([#220](https://github.com/chingu-x/chingu-dashboard-be/pull/220))
- Added GET endpoint for solo project ([#223](https://github.com/chingu-x/chingu-dashboard-be/pull/223))
- Added units test for sprints ([#224](https://github.com/chingu-x/chingu-dashboard-be/pull/224))

### Changed
- Updated cors origin list ([#218](https://github.com/chingu-x/chingu-dashboard-be/pull/218))
Expand Down
Loading