Skip to content

Commit 0525a14

Browse files
authored
test: remove an unnecessary undefined in wpt
PR-URL: #41470 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 13ad8d4 commit 0525a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/wpt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class ResourceLoader {
7878
}
7979

8080
class StatusRule {
81-
constructor(key, value, pattern = undefined) {
81+
constructor(key, value, pattern) {
8282
this.key = key;
8383
this.requires = value.requires || [];
8484
this.fail = value.fail;

0 commit comments

Comments
 (0)