chore: fixing tests

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-08-07 16:49:07 +02:00
parent 20f1d88971
commit de3ad4aced
4 changed files with 9 additions and 13 deletions
@@ -366,13 +366,13 @@ describe('createApp', () => {
<theme:app/light out=[core.theme.theme] />
]
</api:app/app-theme>
<api:app/components out=[core.api.factory]>
<api:app/swappable-components out=[core.api.factory]>
components [
<component:app/core.components.progress out=[core.component.component] />
<component:app/core.components.notFoundErrorPage out=[core.component.component] />
<component:app/core.components.errorBoundary out=[core.component.component] />
]
</api:app/components>
</api:app/swappable-components>
<api:app/icons out=[core.api.factory] />
<api:app/feature-flags out=[core.api.factory] />
<api:app/translations out=[core.api.factory] />