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
@@ -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,