Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Jul 23, 2024
1 parent a06c99a commit a9a9c83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions test/lib/tasks/bundlers/generateLibraryPreload.js
Original file line number Diff line number Diff line change
Expand Up @@ -1995,8 +1995,7 @@ test.serial("generateLibraryPreload for sap.ui.core (/w ui5loader.js), UI5 Versi
renderer: false,
resolve: false,
resolveConditional: false,
sort: true,
async: false
sort: true
}
]
},
Expand Down Expand Up @@ -2037,7 +2036,6 @@ test.serial("generateLibraryPreload for sap.ui.core (/w ui5loader.js), UI5 Versi
resolve: false,
resolveConditional: false,
sort: true,
async: false
}
]
},
Expand Down Expand Up @@ -2106,7 +2104,6 @@ test.serial("generateLibraryPreload for sap.ui.core (/w ui5loader.js), UI5 Versi
resolveConditional: false,
renderer: false,
declareRawModules: false,
async: false
}
]
},
Expand Down Expand Up @@ -2163,7 +2160,6 @@ test.serial("generateLibraryPreload for sap.ui.core (/w ui5loader.js), UI5 Versi
resolveConditional: false,
renderer: false,
declareRawModules: false,
async: false
}
]
},
Expand Down
4 changes: 0 additions & 4 deletions test/lib/tasks/bundlers/generateStandaloneAppBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ test.serial("execute module bundler with taskUtil", async (t) => {
resolve: false,
resolveConditional: false,
sort: true,
async: false
},
],
},
Expand Down Expand Up @@ -355,7 +354,6 @@ test.serial("execute module bundler with taskUtil", async (t) => {
resolveConditional: false,
sort: true,
declareRawModules: false,
async: false
},
],
},
Expand Down Expand Up @@ -501,7 +499,6 @@ test.serial("execute module bundler with taskUtil, UI5 Version >= 2", async (t)
"sap/ui/core/Core.js",
],
mode: "require",
async: true,
declareRawModules: false,
renderer: false,
resolve: false,
Expand Down Expand Up @@ -547,7 +544,6 @@ test.serial("execute module bundler with taskUtil, UI5 Version >= 2", async (t)
"sap/ui/core/Core.js",
],
mode: "require",
async: true,
declareRawModules: false,
renderer: false,
resolve: false,
Expand Down

0 comments on commit a9a9c83

Please sign in to comment.