From 75027d905478044f26f3e0b1447bc65cbb3bb891 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 19 Nov 2024 13:13:45 +0100 Subject: [PATCH] chore: issue with snap Signed-off-by: blam Signed-off-by: blam --- .../next/extensions/createScaffolderFormDecorator.test.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/scaffolder-react/src/next/extensions/createScaffolderFormDecorator.test.ts b/plugins/scaffolder-react/src/next/extensions/createScaffolderFormDecorator.test.ts index e8157c9d9e..d9bba3e34c 100644 --- a/plugins/scaffolder-react/src/next/extensions/createScaffolderFormDecorator.test.ts +++ b/plugins/scaffolder-react/src/next/extensions/createScaffolderFormDecorator.test.ts @@ -25,8 +25,10 @@ describe('createScaffolderFormDecorator', () => { expect(decorator).toMatchInlineSnapshot(` { + "$$type": "@backstage/scaffolder/FormDecorator", + "TInput": null, + "decorator": [Function], "deps": {}, - "fn": [Function], "id": "test", "version": "v1", } @@ -55,8 +57,10 @@ describe('createScaffolderFormDecorator', () => { expect(decorator).toMatchInlineSnapshot(` { + "$$type": "@backstage/scaffolder/FormDecorator", + "TInput": null, + "decorator": [Function], "deps": {}, - "fn": [Function], "id": "test", "schema": { "input": {