Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Apr 24, 2023
1 parent a62758b commit 6651275
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/lighthouse/budget.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"resourceType": "script",
"budget": 150
"budget": 200
},
{
"resourceType": "stylesheet",
Expand Down
3 changes: 2 additions & 1 deletion .github/lighthouse/lighthouserc-assertions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"render-blocking-resources": ["warn", { "numericValue": 0 }],
"uses-rel-preconnect": ["warn", { "numericValue": 0 }],
"maskable-icon": ["warn", { "minScore": 0.9 }],
"csp-xss": ["warn", { "minScore": 0 }]
"csp-xss": ["warn", { "minScore": 0 }],
"bf-cache": ["warn", { "minScore": 0 }]
}
}
}
Expand Down
File renamed without changes.

0 comments on commit 6651275

Please sign in to comment.