Skip to content

Commit ae70a41

Browse files
committed
[INTERNAL] Prepare tests to work with upcoming @ui5/project changes
See: SAP/ui5-project#542
1 parent d2be9bb commit ae70a41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/lib/builder/builder.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,8 @@ const libraryCoreBuildtimeTree = {
21622162
};
21632163

21642164
const themeJTree = {
2165-
"id": "theme.j",
2165+
// Using @openui5/ prefix to enable execution of generateThemeDesignerResources task
2166+
"id": "@openui5/theme.j",
21662167
"version": "1.0.0",
21672168
"path": themeJPath,
21682169
"dependencies": [],
@@ -2186,7 +2187,8 @@ const themeJTree = {
21862187
};
21872188

21882189
const themeLibraryETree = {
2189-
"id": "theme.library.e.id",
2190+
// Using @openui5/ prefix to enable execution of generateThemeDesignerResources task
2191+
"id": "@openui5/theme.library.e.id",
21902192
"version": "1.0.0",
21912193
"path": themeLibraryEPath,
21922194
"dependencies": [],

0 commit comments

Comments
 (0)