repo: refresh blueprint snapshots for predicates

Update inline snapshots that now include the new extension predicate shape so the changed-package test suite matches the intentional blueprint output.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-14 16:33:06 +01:00
parent 00982b947d
commit e4d8a9ce52
19 changed files with 20 additions and 0 deletions
@@ -39,6 +39,7 @@ describe('AnalyticsBlueprint', () => {
"configSchema": undefined,
"disabled": false,
"factory": [Function],
"if": undefined,
"inputs": {},
"kind": "analytics",
"name": "test",
@@ -43,6 +43,7 @@ describe('ApiBlueprint', () => {
"configSchema": undefined,
"disabled": false,
"factory": [Function],
"if": undefined,
"inputs": {},
"kind": "api",
"name": "test",
@@ -196,6 +197,7 @@ describe('ApiBlueprint', () => {
},
"disabled": false,
"factory": [Function],
"if": undefined,
"inputs": {
"test": {
"$$type": "@backstage/ExtensionInput",
@@ -42,6 +42,7 @@ describe('AppRootElementBlueprint', () => {
"configSchema": undefined,
"disabled": false,
"factory": [Function],
"if": undefined,
"inputs": {},
"kind": "app-root-element",
"name": undefined,
@@ -53,6 +53,7 @@ describe('NavItemBlueprint', () => {
},
"disabled": false,
"factory": [Function],
"if": undefined,
"inputs": {},
"kind": "nav-item",
"name": undefined,
@@ -65,6 +65,7 @@ describe('PageBlueprint', () => {
},
"disabled": false,
"factory": [Function],
"if": undefined,
"inputs": {
"pages": {
"$$type": "@backstage/ExtensionInput",