Skip to content

test: cover issue 1087#1342

Open
brentthomas248 wants to merge 1 commit into
MyFanss:mainfrom
brentthomas248:codex/grantfox-1087
Open

test: cover issue 1087#1342
brentthomas248 wants to merge 1 commit into
MyFanss:mainfrom
brentthomas248:codex/grantfox-1087

Conversation

@brentthomas248

Copy link
Copy Markdown

Closes #1087

Summary:

  • Add focused happy-path unit coverage for LoggerService warn/debug/verbose methods.
  • Add structured logging happy-path coverage for supported log levels and request-context metadata.
  • Keep the change scoped to backend common logging tests.

Tests:

  • npm test --prefix backend -- logger.service.spec.ts
  • git diff --check

Notes:

  • npx --no-install eslint src/common/services/logger.service.spec.ts reports existing file-level Prettier and @typescript-eslint/no-unsafe-assignment issues outside the new test block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backend Common logging: Add service unit tests for happy path

1 participant