Skip to content

Commit

Permalink
fix(ui5-tooling-modules): get rid of external module error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig committed Dec 22, 2024
1 parent d0abfbf commit 49ea178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui5-tooling-modules/test/util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ const webcContextModules = {
return { name, def };
},
},
"sap/ui/core/webc/WebComponentRenderer": function () {},
"sap/ui/core/EnabledPropagator": function () {},
"sap/base/strings/hyphenate": function (s) {
return s;
Expand Down

0 comments on commit 49ea178

Please sign in to comment.