@@ -32,7 +32,7 @@ framework:
3232
3333 await updateYaml ( {
3434 project : {
35- getPath : ( ) => "my-project" ,
35+ getRootPath : ( ) => "my-project" ,
3636 getName : ( ) => "my-project"
3737 } ,
3838 data : {
7676
7777 await updateYaml ( {
7878 project : {
79- getPath : ( ) => "my-project" ,
79+ getRootPath : ( ) => "my-project" ,
8080 getName : ( ) => "my-project"
8181 } ,
8282 data : {
@@ -132,7 +132,7 @@ framework:
132132
133133 await updateYaml ( {
134134 project : {
135- getPath : ( ) => "my-project" ,
135+ getRootPath : ( ) => "my-project" ,
136136 getName : ( ) => "my-project"
137137 } ,
138138 data : {
@@ -174,7 +174,7 @@ metadata:
174174
175175 await updateYaml ( {
176176 project : {
177- getPath : ( ) => "my-project" ,
177+ getRootPath : ( ) => "my-project" ,
178178 getName : ( ) => "my-project"
179179 } ,
180180 data : {
@@ -202,7 +202,7 @@ metadata:
202202
203203 await updateYaml ( {
204204 project : {
205- getPath : ( ) => "my-project" ,
205+ getRootPath : ( ) => "my-project" ,
206206 getName : ( ) => "my-project"
207207 } ,
208208 data : {
@@ -235,7 +235,7 @@ framework:
235235
236236 await updateYaml ( {
237237 project : {
238- getPath : ( ) => "my-project" ,
238+ getRootPath : ( ) => "my-project" ,
239239 getName : ( ) => "my-project"
240240 } ,
241241 data : {
@@ -268,7 +268,7 @@ framework:
268268
269269 await updateYaml ( {
270270 project : {
271- getPath : ( ) => "my-project" ,
271+ getRootPath : ( ) => "my-project" ,
272272 getName : ( ) => "my-project"
273273 } ,
274274 data : {
@@ -302,7 +302,7 @@ framework:
302302
303303 await updateYaml ( {
304304 project : {
305- getPath : ( ) => "my-project" ,
305+ getRootPath : ( ) => "my-project" ,
306306 getName : ( ) => "my-project"
307307 } ,
308308 data : {
@@ -343,7 +343,7 @@ framework:
343343
344344 await updateYaml ( {
345345 project : {
346- getPath : ( ) => "my-project" ,
346+ getRootPath : ( ) => "my-project" ,
347347 getName : ( ) => "my-project"
348348 } ,
349349 data : {
@@ -387,7 +387,7 @@ framework:
387387
388388 await updateYaml ( {
389389 project : {
390- getPath : ( ) => "my-project" ,
390+ getRootPath : ( ) => "my-project" ,
391391 getName : ( ) => "my-project"
392392 } ,
393393 data : {
@@ -425,7 +425,7 @@ resources:
425425
426426 await updateYaml ( {
427427 project : {
428- getPath : ( ) => "my-project" ,
428+ getRootPath : ( ) => "my-project" ,
429429 getName : ( ) => "my-project"
430430 } ,
431431 data : {
@@ -463,7 +463,7 @@ resources:
463463
464464 await updateYaml ( {
465465 project : {
466- getPath : ( ) => "my-project" ,
466+ getRootPath : ( ) => "my-project" ,
467467 getName : ( ) => "my-project"
468468 } ,
469469 data : {
@@ -508,7 +508,7 @@ resources:
508508
509509 await updateYaml ( {
510510 project : {
511- getPath : ( ) => "my-project" ,
511+ getRootPath : ( ) => "my-project" ,
512512 getName : ( ) => "my-project"
513513 } ,
514514 data : {
@@ -553,7 +553,7 @@ framework:
553553
554554 await updateYaml ( {
555555 project : {
556- getPath : ( ) => "my-project" ,
556+ getRootPath : ( ) => "my-project" ,
557557 getName : ( ) => "my-project"
558558 } ,
559559 data : {
@@ -594,7 +594,7 @@ framework:
594594
595595 await updateYaml ( {
596596 project : {
597- getPath : ( ) => "my-project" ,
597+ getRootPath : ( ) => "my-project" ,
598598 getName : ( ) => "my-project"
599599 } ,
600600 data : {
@@ -640,7 +640,7 @@ resources:
640640
641641 await updateYaml ( {
642642 project : {
643- getPath : ( ) => "my-project" ,
643+ getRootPath : ( ) => "my-project" ,
644644 getName : ( ) => "my-project"
645645 } ,
646646 data : {
@@ -691,7 +691,7 @@ resources:
691691
692692 await updateYaml ( {
693693 project : {
694- getPath : ( ) => "my-project" ,
694+ getRootPath : ( ) => "my-project" ,
695695 getName : ( ) => "my-project"
696696 } ,
697697 data : {
@@ -738,7 +738,7 @@ framework:
738738
739739 await updateYaml ( {
740740 project : {
741- getPath : ( ) => "my-project" ,
741+ getRootPath : ( ) => "my-project" ,
742742 getName : ( ) => "my-project"
743743 } ,
744744 data : {
@@ -780,7 +780,7 @@ framework: { name: "SAPUI5" }
780780
781781 const error = await t . throwsAsync ( updateYaml ( {
782782 project : {
783- getPath : ( ) => "my-project" ,
783+ getRootPath : ( ) => "my-project" ,
784784 getName : ( ) => "my-project"
785785 } ,
786786 data : {
@@ -814,7 +814,7 @@ metadata:
814814
815815 const error = await t . throwsAsync ( updateYaml ( {
816816 project : {
817- getPath : ( ) => "my-project" ,
817+ getRootPath : ( ) => "my-project" ,
818818 getName : ( ) => "my-project-3"
819819 } ,
820820 configPathOverride : "ui5.yaml" ,
@@ -839,7 +839,7 @@ something: else
839839
840840 await updateYaml ( {
841841 project : {
842- getPath : ( ) => "my-project" ,
842+ getRootPath : ( ) => "my-project" ,
843843 getName : ( ) => "my-project"
844844 } ,
845845 data : {
@@ -876,7 +876,7 @@ framework:
876876
877877 await updateYaml ( {
878878 project : {
879- getPath : ( ) => "my-project" ,
879+ getRootPath : ( ) => "my-project" ,
880880 getName : ( ) => "my-project"
881881 } ,
882882 configPathOverride : path . join ( "dir" , "other-file.yaml" ) ,
@@ -916,7 +916,7 @@ framework:
916916
917917 await updateYaml ( {
918918 project : {
919- getPath : ( ) => "my-project" ,
919+ getRootPath : ( ) => "my-project" ,
920920 getName : ( ) => "my-project"
921921 } ,
922922 configPathOverride : path . join ( "/" , "dir" , "other-file.yaml" ) ,
0 commit comments