From 53e3f1dcfe5a3642fa9974884da601ce40d75ab7 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Sun, 30 Apr 2023 13:10:32 +0700 Subject: [PATCH] chore: lower ci budget for tests --- test/fixtures/harlanzw.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/harlanzw.config.ts b/test/fixtures/harlanzw.config.ts index 00916e29..9c183baf 100644 --- a/test/fixtures/harlanzw.config.ts +++ b/test/fixtures/harlanzw.config.ts @@ -7,7 +7,7 @@ export default { }, ci: { budget: { - 'best-practices': 85, + 'best-practices': 80, 'seo': 85, 'accessibility': 85, },