FABRIC/src/web
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
..
frontend feat(bd-1fz): Add React Testing Library tests for WorkerGrid component 2026-03-03 14:59:37 +00:00
index.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
server.test.ts feat(bd-ak8): Add comprehensive web server unit tests 2026-03-03 14:53:53 +00:00
server.ts feat(bd-xig): Implement worker collision detection 2026-03-03 13:50:02 +00:00