remove unused tests

This commit is contained in:
Mads Rasmussen
2022-05-23 11:18:46 +02:00
parent 14f5c289da
commit 8f5ecdf9e3

View File

@@ -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',
}
}
]
})