FABRIC/src
jeda 9ffbda241a feat(bd-1fz): Add React Testing Library tests for WorkerGrid component
- Add 28 comprehensive tests covering:
  - Empty state rendering
  - Worker count display
  - Status display (active, idle, error)
  - Event count formatting
  - Last seen time formatting (seconds, minutes, hours)
  - Worker selection/deselection
  - Collision indicators and warnings
  - CSS class application
  - Accessibility attributes

- Fix cleanup issue in existing test files:
  - Add afterEach cleanup to ActivityStream.test.tsx
  - Add afterEach cleanup to CollisionAlert.test.tsx

All 317 tests pass.

Co-Authored-By: Claude Worker <noreply@anthropic.com>
2026-03-03 14:59:37 +00:00
..
tui feat(bd-3bt): Add blessed TUI tests for WorkerGrid component 2026-03-03 14:32:20 +00:00
web feat(bd-1fz): Add React Testing Library tests for WorkerGrid component 2026-03-03 14:59:37 +00:00
cli.ts feat(bd-3k9): P4-001: Session Replay - Add type fixes and complete implementation 2026-03-03 11:58:06 +00:00
crossReferenceManager.ts feat(bd-xig): Implement worker collision detection 2026-03-03 13:50:02 +00:00
dagUtils.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
errorGrouping.test.ts feat(bd-4jn): P4-004: Smart Error Grouping 2026-03-03 11:53:27 +00:00
errorGrouping.ts feat(bd-4jn): P4-004: Smart Error Grouping 2026-03-03 11:53:27 +00:00
fileHeatmap.test.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
index.ts feat: initialize FABRIC TypeScript project 2026-03-03 04:41:00 +00:00
parser.test.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
parser.ts feat: implement Phase 1 core infrastructure for FABRIC 2026-03-03 04:58:42 +00:00
store.test.ts feat(bd-r5c): Add collision detection tests and web UI enhancements 2026-03-03 10:45:07 +00:00
store.ts feat(bd-232): Implement P4-007 Recovery Playbook 2026-03-03 14:22:26 +00:00
tailer.test.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
tailer.ts feat: implement Phase 1 core infrastructure for FABRIC 2026-03-03 04:58:42 +00:00
types.ts feat(bd-232): Implement P4-007 Recovery Playbook 2026-03-03 14:22:26 +00:00