mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-31 12:15:41 +00:00
docs: list all 6 test files in AGENTS.md, not just 2
This commit is contained in:
10
AGENTS.md
10
AGENTS.md
@@ -141,10 +141,14 @@ Uses firmware-standard type names (GRP_TXT, TXT_MSG, REQ) with aliases for conve
|
||||
|
||||
### Unit Tests
|
||||
```bash
|
||||
node test-packet-filter.js # 62 tests — filter engine
|
||||
node test-aging.js # 29 tests — node aging system
|
||||
node test-packet-filter.js # 62 tests — filter engine
|
||||
node test-aging.js # 29 tests — node aging system
|
||||
node test-regional-filter.js # 22 tests — regional observer filtering
|
||||
node test-regional-integration.js # 3 tests — regional integration (1 known failure)
|
||||
node tools/e2e-test.js # E2E test (requires running server)
|
||||
node tools/frontend-test.js # Frontend integration (requires running server)
|
||||
```
|
||||
Run BOTH before every push. Add tests for new logic.
|
||||
Run the first three before every push (they don't need a server). Add tests for new logic.
|
||||
|
||||
### Browser Validation
|
||||
After pushing, verify in the browser:
|
||||
|
||||
Reference in New Issue
Block a user