From d7990fce703e85cd5e8c63b236eaeb4c4dc054e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Chalk?= Date: Thu, 4 Dec 2025 10:01:31 +0100 Subject: [PATCH] test(plugin-lighthouse): fix test assertion after f20b3b879cd3b12727332d8a11a6e0fd05586748 --- packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts b/packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts index d997d4e0d..c78c0cdb2 100644 --- a/packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts @@ -199,7 +199,7 @@ describe('createRunnerFunction', () => { ); expect(logger.warn).toHaveBeenCalledWith( - `Lighthouse did not produce a result for URL: ${ansis.underline.blueBright('fail')}`, + `Lighthouse did not produce a result for URL: ${ansis.blueBright('fail')}`, ); });