Skip to content

Commit 7f7130e

Browse files
committed
Revert changes to Catalog component unit tests
1 parent bdb403e commit 7f7130e

File tree

2 files changed

+1
-51
lines changed

2 files changed

+1
-51
lines changed

frontend/packages/console-shared/src/components/catalog/__tests__/CatalogController.spec.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,7 @@ describe('CatalogController', () => {
6464
type: 'HelmChart',
6565
title: 'Default title',
6666
description: 'Default description',
67-
catalogExtensions: [
68-
{
69-
pluginID: '@console/helm-plugin',
70-
pluginName: '@console/helm-plugin',
71-
properties: {
72-
catalogDescription: null,
73-
title: null,
74-
type: 'HelmChart',
75-
},
76-
type: 'console.catalog/item-type',
77-
uid: '@console/helm-plugin[9]',
78-
},
79-
],
67+
catalogExtensions: [],
8068
items: [],
8169
itemsMap: { HelmChart: [] },
8270
loaded: true,

frontend/packages/console-shared/src/components/catalog/catalog-view/__tests__/CatalogToolbar.spec.tsx

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)