Skip to content

Commit d191e62

Browse files
committed
Fix compilation errors in component.test.ts
Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 74c62c3 commit d191e62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/openshift/component.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import * as Util from '../../../src/util/async';
1818
import { Refs } from '../../../src/util/refs';
1919
import OpenShiftItem from '../../../src/openshift/openshiftItem';
2020
import { SourceTypeChoice } from '../../../src/openshift/component';
21+
import { S2iAdapter } from '../../../src/odo/componentType';
2122

2223
import pq = require('proxyquire');
2324
import globby = require('globby');

0 commit comments

Comments
 (0)