chore(project-map): regenerate .pi-map artifacts across the repo

This commit is contained in:
Developer
2026-06-17 11:31:24 +00:00
parent 0dd5f2317b
commit 93da9b42a2
683 changed files with 5075 additions and 4965 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
dir: apps/web/src/test
## role
Provides shared testing infrastructure and configuration for the web application's test suite
Provides testing infrastructure and configuration for the web application
## parent
index: apps/web/src/.pi-map.index.md
map: apps/web/src/.pi-map.md
+4 -4
View File
@@ -4,13 +4,13 @@ dir: apps/web/src/test
index: apps/web/src/test/.pi-map.index.md
## role
Provides shared testing infrastructure and configuration for the web application's test suite
Provides testing infrastructure and configuration for the web application
## files
- setup.ts | Configures Vitest testing environment with Jest DOM matchers for enhanced DOM assertions | dep: @testing-library/jest-dom/vitest
- setup.ts | Imports jest-dom matchers for Vitest to enable DOM assertion methods in tests | dep: @testing-library/jest-dom/vitest
## arch
Minimal utility layer using Vitest with Jest DOM matchers for browser-like DOM assertion capabilities
Minimal test setup layer using Vitest with jest-dom integration for DOM assertions
## tags
dom, vitest, jest, setup, configures, testing, environment, matchers
dom, jest, vitest, setup, matchers, enable, assertion, methods
## symbols
-
## workflows