@eclipse-che/che-e2e
Advanced tools
Comparing version
@@ -26,3 +26,4 @@ "use strict"; | ||
devWorkspaceConfigurationHelper = new DevWorkspaceConfigurationHelper_1.DevWorkspaceConfigurationHelper({ | ||
devfileContent, editorContent | ||
devfileContent, | ||
editorContent | ||
}); | ||
@@ -29,0 +30,0 @@ devfileContext = await devWorkspaceConfigurationHelper.generateDevfileContext(); |
@@ -28,3 +28,3 @@ "use strict"; | ||
const testWorkspaceUtil = inversify_config_1.e2eContainer.get(inversify_types_1.TYPES.WorkspaceUtil); | ||
const userProject = OAUTH_CONSTANTS_1.OAUTH_CONSTANTS.TS_SELENIUM_OCP_USERNAME + `-devspaces`; | ||
const userProject = OAUTH_CONSTANTS_1.OAUTH_CONSTANTS.TS_SELENIUM_OCP_USERNAME + '-devspaces'; | ||
const stackName = 'Empty Workspace'; | ||
@@ -60,3 +60,3 @@ const mountEnvCommand = `echo ' | ||
}); | ||
test('Check that mounted secret exists in envs list', async function () { | ||
test('Check that mounted secret exists in envs list', function () { | ||
kubernetesCommandLineToolsExecutor = inversify_config_1.e2eContainer.get(inversify_types_1.CLASSES.KubernetesCommandLineToolsExecutor); | ||
@@ -63,0 +63,0 @@ kubernetesCommandLineToolsExecutor.workspaceName = WorkspaceHandlingTests_1.WorkspaceHandlingTests.getWorkspaceName(); |
{ | ||
"name": "@eclipse-che/che-e2e", | ||
"version": "7.94.0-next-8cb40db", | ||
"version": "7.94.0-next-a925b56", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -37,6 +37,7 @@ /** ******************************************************************* | ||
const devfileContent: string = 'schemaVersion: 2.2.0\n' + 'metadata:\n' + ` name: ${workspaceName}\n`; | ||
const editorContent:string=''; | ||
const editorContent: string = ''; | ||
devWorkspaceConfigurationHelper = new DevWorkspaceConfigurationHelper({ | ||
devfileContent, editorContent | ||
devfileContent, | ||
editorContent | ||
}); | ||
@@ -43,0 +44,0 @@ devfileContext = await devWorkspaceConfigurationHelper.generateDevfileContext(); |
@@ -37,3 +37,3 @@ /** ******************************************************************* | ||
const testWorkspaceUtil: ITestWorkspaceUtil = e2eContainer.get(TYPES.WorkspaceUtil); | ||
const userProject: string = OAUTH_CONSTANTS.TS_SELENIUM_OCP_USERNAME + `-devspaces`; | ||
const userProject: string = OAUTH_CONSTANTS.TS_SELENIUM_OCP_USERNAME + '-devspaces'; | ||
const stackName: string = 'Empty Workspace'; | ||
@@ -76,3 +76,3 @@ | ||
test('Check that mounted secret exists in envs list', async function (): Promise<void> { | ||
test('Check that mounted secret exists in envs list', function (): void { | ||
kubernetesCommandLineToolsExecutor = e2eContainer.get(CLASSES.KubernetesCommandLineToolsExecutor); | ||
@@ -79,0 +79,0 @@ kubernetesCommandLineToolsExecutor.workspaceName = WorkspaceHandlingTests.getWorkspaceName(); |
@@ -23,3 +23,2 @@ /** ******************************************************************* | ||
import getDecorators from 'inversify-inject-decorators'; | ||
import {DevfilesHelper} from "./DevfilesHelper"; | ||
@@ -26,0 +25,0 @@ const { lazyInject } = getDecorators(e2eContainer); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 5 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 5 instances in 1 package
17344
0.01%1199781
0