Skip to content

Commit

Permalink
Devfile Registry editor is to allow devfile version selection and use…
Browse files Browse the repository at this point in the history
… when creating a component redhat-developer#4189

Fixes: redhat-developer#4189
Issue: redhat-developer#3850

Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Sep 20, 2024
1 parent ce00ceb commit c02ec1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/unit/openshift/component.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ import * as sinon from 'sinon';
import * as sinonChai from 'sinon-chai';
import * as vscode from 'vscode';
import { ComponentInfo, ComponentsTreeDataProvider } from '../../../src/componentsView';
import { DevfileInfo } from '../../../src/devfile-registry/devfileInfo';
import { DevfileRegistry } from '../../../src/devfile-registry/devfileRegistryWrapper';
import { Oc } from '../../../src/oc/ocWrapper';
import { Project } from '../../../src/oc/project';
import { Command } from '../../../src/odo/command';

import { DevfileInfo } from '../../../src/devfile-registry/devfileInfo';
import { DevfileRegistry } from '../../../src/devfile-registry/devfileRegistryWrapper';
import { CommandProvider } from '../../../src/odo/componentTypeDescription';
import { Odo } from '../../../src/odo/odoWrapper';
import { ComponentWorkspaceFolder, OdoWorkspace } from '../../../src/odo/workspace';
Expand Down

0 comments on commit c02ec1c

Please sign in to comment.