MAESTRO: fix lint deps for test selector

This commit is contained in:
Mariusz Banach
2026-02-18 01:33:18 +01:00
parent 561fed5860
commit 0592879b52
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ This phase implements the test selection panel and analysis configuration contro
- [x] DNS resolution toggle defaults to off
- [x] Decode-all toggle is functional
- [x] All controls are keyboard accessible (Tab, Enter, Space)
- [ ] Linting passes (`ruff check backend/`, `npx eslint src/`)
- [x] Linting passes (`ruff check backend/`, `npx eslint src/`)
- [ ] Run `/speckit.analyze` to verify consistency
Note: Verified Select All/Deselect All behavior via `TestSelector.test.tsx` ("selects and deselects all tests") on 2026-02-18.