RTL/server/utils
continue[bot] ca050f62aa Add backend test infrastructure with vitest and initial tests for CommonService and LoggerService
- Add vitest configuration for backend testing
- Add test:backend and test:backend:coverage npm scripts
- Add comprehensive tests for server/utils/common.ts (61 tests)
  - Tests for maskPasswords, sortAscByKey, sortDescByKey, sortAscByStrKey, sortDescByStrKey
  - Tests for convertTimeToEpoch, convertTimestampToTime, isVersionCompatible
  - Tests for handleError, getRequestIP, findNode, removeSecureData
  - Tests for runWithConcurrencyLimit, camelCase, titleCase, getMonthDays
- Add tests for server/utils/logger.ts (22 tests)
  - Tests for ERROR, WARN, INFO, DEBUG log levels
  - Tests for log file writing and console output

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

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: shahana-farooqui <shahana.farooqui@gmail.com>
2026-03-04 17:11:10 +00:00
..
__tests__ Add backend test infrastructure with vitest and initial tests for CommonService and LoggerService 2026-03-04 17:11:10 +00:00
app.ts Release 0.15.1 (#1406) 2024-06-10 12:40:37 -07:00
authCheck.ts Release 0.15.1 (#1406) 2024-06-10 12:40:37 -07:00
common.ts Release 0.15.6 (#1506) 2025-09-09 02:18:23 -07:00
config.ts Release 0.15.4 (#1472) 2024-11-18 20:27:51 -08:00
cors.ts Release 0.15.1 (#1406) 2024-06-10 12:40:37 -07:00
csrf.ts Release 0.15.1 (#1406) 2024-06-10 12:40:37 -07:00
database.ts Release 0.15.1 (#1406) 2024-06-10 12:40:37 -07:00
logger.ts Release 0.15.1 (#1406) 2024-06-10 12:40:37 -07:00
webSocketServer.ts Release 0.15.1 (#1406) 2024-06-10 12:40:37 -07:00