Skip to content

Commit 98d3d47

Browse files
committed
[INTERNAL] Enable test for project builder resource excludes
1 parent a3019c8 commit 98d3d47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/lib/builder/builder.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,7 @@ test.serial("Build application.g with component preload paths", async (t) => {
402402
t.pass();
403403
});
404404

405-
// TODO: FIX. builder.resources.excludes don't seem to work
406-
test.serial.skip("Build application.g with excludes", async (t) => {
405+
test.serial("Build application.g with excludes", async (t) => {
407406
const destPath = "./test/tmp/build/application.g/excludes";
408407
const expectedPath = path.join("test", "expected", "build", "application.g", "excludes");
409408

0 commit comments

Comments
 (0)