Skip to content

Commit cd03a0f

Browse files
committed
skip loading helper files as test files
1 parent 9ce49ee commit cd03a0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/common/wpt.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ class StatusLoader {
378378
result.push(filepath);
379379
}
380380
}
381+
result = result.filter((filepath) => !filepath.endsWith('.helper.js'));
381382
return result;
382383
}
383384

0 commit comments

Comments
 (0)