fix: remove references to non-existent test file

This commit is contained in:
Daniel Wondyifraw
2026-02-16 23:19:03 +01:00
committed by Peter Steinberger
parent eec1f3e9db
commit 290f337594

View File

@@ -69,13 +69,4 @@ When implementing the sanitizer:
## Validation
Once implemented, validate with:
```bash
# Run tests against the leak corpus
pnpm vitest run src/telegram/sanitizer.test.ts
# Manual smoke check
# In any Telegram chat: /unknown_command
# Expected: "Unknown command. Use /help."
```
Once implemented, create `src/telegram/sanitizer.test.ts` to validate against the leak corpus. Manual smoke test: send `/unknown_command` in Telegram and expect a static fallback response.