chore: fixing tests and components

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-21 14:52:26 +02:00
parent f3a2b91d91
commit cbe3ad7a1e
3 changed files with 19 additions and 11 deletions
@@ -278,16 +278,24 @@ describe('createApp', () => {
]
</app/root>
]
components [
<component:core.components.progress out=[core.component.component] />
<component:core.components.errorBoundaryFallback out=[core.component.component] />
<component:core.components.notFoundErrorPage out=[core.component.component] />
]
themes [
<theme:app/light out=[core.theme.theme] />
<theme:app/dark out=[core.theme.theme] />
]
apis [
<api:app-theme out=[core.api.factory]>
themes [
<theme:app/light out=[core.theme.theme] />
<theme:app/dark out=[core.theme.theme] />
]
</api:app-theme>
<api:app-language out=[core.api.factory] />
<api:icons out=[core.api.factory] />
<api:translations out=[core.api.factory] />
<api:components out=[core.api.factory]>
components [
<component:core.components.progress out=[core.component.component] />
<component:core.components.errorBoundaryFallback out=[core.component.component] />
<component:core.components.notFoundErrorPage out=[core.component.component] />
]
</api:components>
<api:feature-flags out=[core.api.factory] />
<api:core.discovery out=[core.api.factory] />
<api:core.alert out=[core.api.factory] />
<api:core.analytics out=[core.api.factory] />
@@ -32,7 +32,7 @@ describe('ThemeBlueprint', () => {
{
"$$type": "@backstage/ExtensionDefinition",
"attachTo": {
"id": "app",
"id": "api:app-theme",
"input": "themes",
},
"configSchema": undefined,
@@ -47,7 +47,7 @@ describe('TranslationBlueprint', () => {
{
"$$type": "@backstage/ExtensionDefinition",
"attachTo": {
"id": "app",
"id": "api:translations",
"input": "translations",
},
"configSchema": undefined,