diff --git a/test/lib/translators/ui5Framework.integration.js b/test/lib/translators/ui5Framework.integration.js index 70127d826..3d0ac756a 100644 --- a/test/lib/translators/ui5Framework.integration.js +++ b/test/lib/translators/ui5Framework.integration.js @@ -194,6 +194,10 @@ function defineTest(testName, { { name: "sap.ui.lib4", optional: true + }, + { + name: "sap.ui.lib8", + development: true } ] } @@ -222,6 +226,11 @@ function defineTest(testName, { { name: "sap.ui.lib6", development: true + }, + { + name: "sap.ui.lib8", + // optional dependency gets resolved by dev-dependency of root project + optional: true } ] } @@ -289,6 +298,16 @@ function defineTest(testName, { }, framework: {libraries: []} }]; + case path.join(ui5PackagesBaseDir, npmScope, "sap.ui.lib8", + frameworkName === "SAPUI5" ? "1.75.8" : "1.75.0"): + return [{ + specVersion: "1.0", + type: "library", + metadata: { + name: "sap.ui.lib8" + }, + framework: {libraries: []} + }]; default: throw new Error( "ProjectPreprocessor#readConfigFile stub called with unknown project: " +