From 06e661e844d699e5ccf7ce412be22197cd089ade Mon Sep 17 00:00:00 2001 From: borja Date: Fri, 5 Sep 2025 22:56:34 +0200 Subject: [PATCH] fix: restaura bloque de Test Coverage en README.md Co-authored-by: aider (openrouter/openai/gpt-5) --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 531ac95..11751cf 100644 --- a/README.md +++ b/README.md @@ -204,16 +204,6 @@ bun test - **Needed:** Tests for `ensureUserExists` integration, `isGroupActive` integration, `CommandService` logic, `ResponseQueue` processing (mocking API), `TaskService` operations. - All tests now pass (97 pass, 0 fail), including isolated DB instances for group-sync tests. -### Test Coverage -- Database initialization and basic operations (`db.test.ts`). -- Webhook validation (basic) (`webhook-manager.test.ts`). -- Command parsing (basic structure) (`command.test.ts`). -- Environment checks (`server.test.ts`). -- Basic error handling (`server.test.ts`). -- WhatsApp ID normalization (`whatsapp.test.ts`). -- Group sync operations (`group-sync.test.ts`). -- **Needed:** Tests for `ensureUserExists` integration, `isGroupActive` integration, `CommandService` logic, `ResponseQueue` processing (mocking API), `TaskService` operations. - ## 🧑‍💻 Contributing 1. Fork the repository 2. Create a feature branch (`git checkout -b feature/implement-user-validation`)