RTL/server
continue[bot] 137400b263 Add backend unit tests for CommonService and LoggerService
- Add vitest testing framework configuration for backend TypeScript tests
- Add 59 tests for CommonService covering:
  - maskPasswords: password field masking in objects
  - removeAuthSecureData: authentication data removal
  - removeSecureData: config secure data removal
  - convertTimeToEpoch: Date to epoch conversion
  - convertTimestampToTime: epoch to formatted string conversion
  - sortAscByKey/sortDescByKey: numeric key sorting
  - sortAscByStrKey/sortDescByStrKey: string key sorting
  - newestOnTop: array reordering
  - camelCase/titleCase: string transformations
  - findNode: node lookup by index
  - getMonthDays: month day calculation with leap year support
  - isVersionCompatible: version comparison
  - handleError: error object normalization
  - getRequestIP: request IP extraction
  - runWithConcurrencyLimit: concurrent task execution
- Add 25 tests for LoggerService covering:
  - ERROR level logging with various error formats
  - WARN level logging with log level filtering
  - INFO level logging with console and file output
  - DEBUG level logging with data inclusion
  - Log message format verification

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: shahana-farooqui <shahana.farooqui@gmail.com>
2026-03-27 16:25:28 +00:00
..
controllers Fix Missing Memo in LND Invoices Table 2026-02-09 18:13:13 -08:00
models Release 0.15.4 (#1472) 2024-11-18 20:27:51 -08:00
routes Update project code according to dependencies update 2026-02-01 09:06:07 -08:00
utils Add backend unit tests for CommonService and LoggerService 2026-03-27 16:25:28 +00:00
tsconfig.server.json Update project code according to dependencies update 2026-02-01 09:06:07 -08:00