RTL/server/utils
continue[bot] d316f39699 Add server-side unit tests for CommonService
- Set up vitest for server-side testing with coverage reporting
- Add 54 unit tests for CommonService in server/utils/common.ts
- Tests cover: maskPasswords, convertTimeToEpoch, convertTimestampToTime,
  sort functions, camelCase, titleCase, removeAuthSecureData,
  removeSecureData, getRequestIP, findNode, getMonthDays,
  isVersionCompatible, handleError, and runWithConcurrencyLimit
- Add npm scripts: test:server and test:server:coverage
- Achieves 44% statement coverage and 46% branch coverage for common.ts

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

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: shahana-farooqui <shahana.farooqui@gmail.com>
2026-03-30 16:19:51 +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.spec.ts Add server-side unit tests for CommonService 2026-03-30 16:19:51 +00: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