We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a76cf commit 5c5b1d2Copy full SHA for 5c5b1d2
test/common/wpt.js
@@ -368,7 +368,7 @@ class StatusLoader {
368
const list = this.grep(filepath);
369
result = result.concat(list);
370
} else {
371
- if (!(/\.\w+\.js$/.test(filepath))) {
+ if (!(/\.\w+\.js$/.test(filepath)) || filepath.endsWith('.helper.js')) {
372
continue;
373
}
374
result.push(filepath);
0 commit comments