mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: fix lint deps for test selector
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -98,7 +98,7 @@ export default function TestSelector({ selectedTestIds, onSelectionChange }: Tes
|
||||
return () => {
|
||||
isActive = false;
|
||||
};
|
||||
}, []);
|
||||
}, [client]);
|
||||
|
||||
const normalizedSearch = searchText.trim().toLowerCase();
|
||||
const filteredTests = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user