From d7f25e1d43e7dae5832f1da2ed609bb850388983 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 2 Sep 2024 17:00:08 +0200 Subject: [PATCH] chore: fixing formatting Signed-off-by: blam --- packages/frontend-plugin-api/src/wiring/createExtension.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/frontend-plugin-api/src/wiring/createExtension.test.ts b/packages/frontend-plugin-api/src/wiring/createExtension.test.ts index 3c68c910f7..5e8aa1c57a 100644 --- a/packages/frontend-plugin-api/src/wiring/createExtension.test.ts +++ b/packages/frontend-plugin-api/src/wiring/createExtension.test.ts @@ -613,7 +613,6 @@ describe('createExtension', () => { it('should allow overriding the returned values from the parent factory', () => { const testExtension = createExtension({ kind: 'thing', - attachTo: { id: 'root', input: 'default' }, output: [stringDataRef, numberDataRef], config: { @@ -644,7 +643,6 @@ describe('createExtension', () => { it('should work functionally with overrides', () => { const testExtension = createExtension({ kind: 'thing', - attachTo: { id: 'root', input: 'default' }, output: [stringDataRef], config: {