Skip to content

Commit 34232b5

Browse files
sudhirvermadgolovin
authored andcommitted
Increase unit tests code coverage for data
1 parent d9b0edb commit 34232b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/unit/services/data-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ describe('InstallerDataService', function() {
112112
expect(svc.jdkDir()).to.equal(path.join(svc.installRoot, 'jdk8'));
113113
expect(svc.devstudioDir()).to.equal(path.join(svc.installRoot, 'devstudio'));
114114
expect(svc.cygwinDir()).to.equal(path.join(svc.installRoot, 'cygwin'));
115+
expect(svc.komposeDir()).to.equal(path.join(svc.installRoot, 'kompose'));
115116
expect(svc.cdkDir()).to.equal(path.join(svc.installRoot, 'cdk'));
116117
expect(svc.cdkBoxDir()).to.equal(svc.cdkRoot);
117118
expect(svc.cdkMarker()).to.equal(path.join(svc.cdkRoot, '.cdk'));

0 commit comments

Comments
 (0)