Skip to content

fix(tests): bundle-size.test.ts is missing LazyValueGenerationDashboard assertion #408

@github-actions

Description

@github-actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions