From 8f5ecdf9e396c59f0eac95604f6bd05189dfb40c Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 23 May 2022 11:18:46 +0200 Subject: [PATCH] remove unused tests --- src/Umbraco.Web.UI.Client/src/mocks/handlers.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/mocks/handlers.ts b/src/Umbraco.Web.UI.Client/src/mocks/handlers.ts index da4c8b30a3..9504408bb7 100644 --- a/src/Umbraco.Web.UI.Client/src/mocks/handlers.ts +++ b/src/Umbraco.Web.UI.Client/src/mocks/handlers.ts @@ -14,21 +14,6 @@ export const handlers = [ alias: 'My.Section.Custom', name: 'Custom', elementName: 'umb-custom-section' - }, - { - type: 'propertyEditor', - alias: 'My.PropertyEditor.Custom', - name: 'Custom', - elementName: 'umb-custom-property-editor' - }, - { - type: 'tree', - alias: 'My.Tree.Custom', - name: 'Custom', - elementName: 'umb-custom-tree', - meta: { - section: 'My.Section.Custom', - } } ] })