Skip to content

Commit 237fdb1

Browse files
committed
test(project): Clean-up temporary comments
This removes the FIXMEs which are fixed with a516158
1 parent 0345502 commit 237fdb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/project/test/lib/build/ProjectBuilder.integration.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ test.serial("Build application.a (custom task and tag handling)", async (t) => {
240240
}
241241
});
242242

243-
// Check that fileToBeOmitted.js is not in dist again --> FIXME: Currently failing here
243+
// Check that fileToBeOmitted.js is not in dist again
244244
await t.throwsAsync(fs.readFile(`${destPath}/fileToBeOmitted.js`, {encoding: "utf8"}));
245245

246246

@@ -298,7 +298,6 @@ test.serial("Build application.a (multiple custom tasks)", async (t) => {
298298
`${fixtureTester.fixturePath}/webapp/test2.js`);
299299

300300
// #3 build (with cache, with changes, with custom tasks)
301-
// FIXME: Currently failing, because for custom-task-2 the tag is NOT set yet.
302301
await fixtureTester.buildProject({
303302
graphConfig: {rootConfigPath: "ui5-multiple-customTasks.yaml"},
304303
config: {destPath, cleanDest: true},

0 commit comments

Comments
 (0)