From d67941f71d0d71ddd97f312aa8c75b56f9e2f486 Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Thu, 7 Mar 2024 06:53:40 -0500 Subject: [PATCH] Remove performance checks from accessibility testing. --- unlighthouse.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index ac8ace0d..0b314655 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -3,7 +3,7 @@ import { defineConfig } from 'unlighthouse'; export default defineConfig({ ci: { budget: { - performance: 90, + // performance: 90, accessibility: 90, 'best-practices': 90, seo: 90,