mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
- 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> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| app.ts | ||
| authCheck.ts | ||
| common.ts | ||
| config.ts | ||
| cors.ts | ||
| csrf.ts | ||
| database.ts | ||
| logger.ts | ||
| webSocketServer.ts | ||