Skip to content

Commit 1b2fcce

Browse files
dimovpetarflovogt
authored andcommitted
refactor(create_integration_card): Rename 'src' folder to 'card'
1 parent 8b362d3 commit 1b2fcce

File tree

32 files changed

+25
-25
lines changed

32 files changed

+25
-25
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

resources/template-card/test/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sap.ui.define(["sap/ui/integration/Host"], async (Host) => {
2828
});
2929

3030
card.host = host.getId();
31-
card.manifest = "../src/manifest.json";
31+
card.manifest = "../card/manifest.json";
3232

3333
editor.host = host.getId();
3434
editor.card = "card";

0 commit comments

Comments
 (0)