We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
undefined
1 parent 13ad8d4 commit 0525a14Copy full SHA for 0525a14
test/common/wpt.js
@@ -78,7 +78,7 @@ class ResourceLoader {
78
}
79
80
class StatusRule {
81
- constructor(key, value, pattern = undefined) {
+ constructor(key, value, pattern) {
82
this.key = key;
83
this.requires = value.requires || [];
84
this.fail = value.fail;
0 commit comments