Summary
src/UILayer/web/src/lib/code-splitting/registry/lazyWidgets.ts exports LazyValueGenerationDashboard, but the bundle-size test at line 20 of bundle-size.test.ts does not assert that it is lazy-loaded. The neighboring Phase 15b dashboards are all asserted, leaving a gap in coverage.
Affected file
src/UILayer/web/src/__tests__/performance/bundle-size.test.ts — line 20
Required fix
Add LazyValueGenerationDashboard to the list of expected lazy-loaded components in the test.
References