Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 6ffdc7e

Browse files
committed
test: Add unit tests for OrganizationController, OrganizationService, and OrganizationRepository to enhance coverage and ensure functionality
1 parent 8285802 commit 6ffdc7e

6 files changed

Lines changed: 2553 additions & 0 deletions

File tree

src/auth/dto/refresh-token.dto.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ describe('RefreshTokenDto', () => {
9191

9292

9393

94+

src/auth/guards/admin.guard.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,4 @@ describe('AdminGuard', () => {
146146

147147

148148

149+

src/auth/guards/validate-token.guard.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ describe('ValidateTokenGuard', () => {
100100

101101

102102

103+

0 commit comments

Comments
 (0)