chore: regenerate stale .pi-map.md / .pi-map.index.md project maps

Project map had drifted: claimed recharts unused (was used), ObservabilityPage.tsx
exists (refactored to service-tabs/), missed JellyfinNowPlayingWidget +
authentik/backups service types. Regenerate to reflect post-change reality:
new Qbittorrent/LineSeriesChart/Prometheus{Gauge,Mean}Widget files,
service_data.py/qbittorrent_store.py, canonical prometheus-charting +
service-storage specs, archived changes.
This commit is contained in:
Developer
2026-07-09 14:05:56 +00:00
parent 98f17f6e5d
commit ec7ebd7013
189 changed files with 1215 additions and 428 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ dir: frontend/src/test
index: frontend/src/test/.pi-map.index.md
## role
Provides test infrastructure configuration for the frontend's Vitest testing environment.
Provides test infrastructure configuration and environment setup for the frontend's Vitest-based unit testing framework.
## files
- setup.ts | Configures Vitest global test environment by registering jest-dom matchers and polyfilling missing jsdom APIs for Radix/shadcn UI component testing. | exp: class:ResizeObserverStub, method:observe(), method:unobserve(), method:disconnect() | dep: @testing-library/jest-dom/vitest, vitest, jsdom
## arch
Setup module pattern that extends Vitest's global matchers with jest-dom and polyfills jsdom gaps for UI component compatibility.
Bootstrap/configuration module pattern that extends the jsdom environment with custom polyfills and DOM assertion matchers to support UI component testing.
## tags
vitest, jest, dom, jsdom, resize, observer, stub, observe
## symbols