Skip to content

Commit c64be74

Browse files
fix assertion test
1 parent 9917efe commit c64be74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/lighthouse/lighthouserc-assertions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"maskable-icon": ["warn", { "minScore": 0.9 }],
1313
"csp-xss": ["warn", { "minScore": 0 }],
1414
"bf-cache": ["warn", { "minScore": 0 }],
15-
"total-byte-weight": ["warn", { "minScore": 0 }]
15+
"total-byte-weight": ["warn", { "minScore": 0 }],
16+
"target-size": ["warn", { "minScore": 0 }],
17+
"network-dependency-tree-insight": ["warn", { "minScore": 0 }]
1618
}
1719
}
1820
}

0 commit comments

Comments
 (0)