FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: ignore helper files in WPTs · nodejs/node@5c5b1d2 · GitHub

/ node Public

Commit 5c5b1d2

Browse files
authored andcommitted
test: ignore helper files in WPTs
PR-URL: #48079 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 27a76cf commit 5c5b1d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎test/common/wpt.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class StatusLoader {
368368
const list = this.grep(filepath);
369369
result = result.concat(list);
370370
} else {
371-
if (!(/\.\w+\.js$/.test(filepath))) {
371+
if (!(/\.\w+\.js$/.test(filepath)) || filepath.endsWith('.helper.js')) {
372372
continue;
373373
}
374374
result.push(filepath);

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL