@@ -74,12 +74,14 @@ test("Standard build", async (t) => {
7474 options : {
7575 version : "version" ,
7676 pattern : "/**/*.{js,json,library,css,less,theme,html}"
77- }
77+ } ,
78+ supportsDifferentialUpdates : true ,
7879 } ,
7980 replaceBuildtime : {
8081 options : {
8182 pattern : "/resources/sap/ui/{Global,core/Core}.js"
82- }
83+ } ,
84+ supportsDifferentialUpdates : true ,
8385 } ,
8486 generateJsdoc : {
8587 requiresDependencies : true ,
@@ -98,6 +100,7 @@ test("Standard build", async (t) => {
98100 "!**/*.support.js" ,
99101 ]
100102 }
103+ supportsDifferentialUpdates : true ,
101104 } ,
102105 generateLibraryManifest : { } ,
103106 enhanceManifest : { } ,
@@ -211,12 +214,14 @@ test("Standard build with legacy spec version", (t) => {
211214 options : {
212215 version : "version" ,
213216 pattern : "/**/*.{js,json,library,css,less,theme,html}"
214- }
217+ } ,
218+ supportsDifferentialUpdates : true ,
215219 } ,
216220 replaceBuildtime : {
217221 options : {
218222 pattern : "/resources/sap/ui/{Global,core/Core}.js"
219- }
223+ } ,
224+ supportsDifferentialUpdates : true ,
220225 } ,
221226 generateJsdoc : {
222227 requiresDependencies : true ,
@@ -235,6 +240,7 @@ test("Standard build with legacy spec version", (t) => {
235240 "!**/*.support.js" ,
236241 ]
237242 }
243+ supportsDifferentialUpdates : true ,
238244 } ,
239245 generateLibraryManifest : { } ,
240246 enhanceManifest : { } ,
@@ -337,12 +343,14 @@ test("Custom bundles", async (t) => {
337343 options : {
338344 version : "version" ,
339345 pattern : "/**/*.{js,json,library,css,less,theme,html}"
340- }
346+ } ,
347+ supportsDifferentialUpdates : true ,
341348 } ,
342349 replaceBuildtime : {
343350 options : {
344351 pattern : "/resources/sap/ui/{Global,core/Core}.js"
345- }
352+ } ,
353+ supportsDifferentialUpdates : true ,
346354 } ,
347355 generateJsdoc : {
348356 requiresDependencies : true ,
@@ -361,6 +369,7 @@ test("Custom bundles", async (t) => {
361369 "!**/*.support.js" ,
362370 ]
363371 }
372+ supportsDifferentialUpdates : true ,
364373 } ,
365374 generateLibraryManifest : { } ,
366375 enhanceManifest : { } ,
@@ -489,7 +498,8 @@ test("Minification excludes", (t) => {
489498 "!**/*.support.js" ,
490499 "!/resources/**.html" ,
491500 ]
492- }
501+ } ,
502+ supportsDifferentialUpdates : true ,
493503 } , "Correct minify task definition" ) ;
494504} ) ;
495505
@@ -514,7 +524,8 @@ test("Minification excludes not applied for legacy specVersion", (t) => {
514524 "/resources/**/*.js" ,
515525 "!**/*.support.js" ,
516526 ]
517- }
527+ } ,
528+ supportsDifferentialUpdates : true ,
518529 } , "Correct minify task definition" ) ;
519530} ) ;
520531
@@ -681,12 +692,14 @@ test("Standard build: nulled taskFunction to skip tasks", (t) => {
681692 options : {
682693 version : "version" ,
683694 pattern : "/**/*.{js,json,library,css,less,theme,html}"
684- }
695+ } ,
696+ supportsDifferentialUpdates : true ,
685697 } ,
686698 replaceBuildtime : {
687699 options : {
688700 pattern : "/resources/sap/ui/{Global,core/Core}.js"
689- }
701+ } ,
702+ supportsDifferentialUpdates : true ,
690703 } ,
691704 generateJsdoc : {
692705 requiresDependencies : true ,
@@ -705,6 +718,7 @@ test("Standard build: nulled taskFunction to skip tasks", (t) => {
705718 "!**/*.support.js" ,
706719 ]
707720 }
721+ supportsDifferentialUpdates : true ,
708722 } ,
709723 generateLibraryManifest : { } ,
710724 enhanceManifest : { } ,
0 commit comments