We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b0edb commit 34232b5Copy full SHA for 34232b5
1 file changed
test/unit/services/data-test.js
@@ -112,6 +112,7 @@ describe('InstallerDataService', function() {
112
expect(svc.jdkDir()).to.equal(path.join(svc.installRoot, 'jdk8'));
113
expect(svc.devstudioDir()).to.equal(path.join(svc.installRoot, 'devstudio'));
114
expect(svc.cygwinDir()).to.equal(path.join(svc.installRoot, 'cygwin'));
115
+ expect(svc.komposeDir()).to.equal(path.join(svc.installRoot, 'kompose'));
116
expect(svc.cdkDir()).to.equal(path.join(svc.installRoot, 'cdk'));
117
expect(svc.cdkBoxDir()).to.equal(svc.cdkRoot);
118
expect(svc.cdkMarker()).to.equal(path.join(svc.cdkRoot, '.cdk'));
0 commit comments