Skip to content

Commit d1a115b

Browse files
BioPhotonMichael Hladky
andauthored
refactor: fix lighthouse text styling (#1165)
This PR fixes a bug that slipped into master. See: https://github.com/code-pushup/cli/blob/f20b3b879cd3b12727332d8a11a6e0fd05586748/packages/utils/src/lib/text-formats/ascii/link.ts#L4 In the jobs only the main branch fails. https://github.com/code-pushup/cli/actions/runs/19903612406/job/57053902389?pr=1165 Co-authored-by: Michael Hladky <john.doe@example.com>
1 parent 7201542 commit d1a115b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ describe('createRunnerFunction', () => {
199199
);
200200

201201
expect(logger.warn).toHaveBeenCalledWith(
202-
`Lighthouse did not produce a result for URL: ${ansis.underline.blueBright('fail')}`,
202+
`Lighthouse did not produce a result for URL: ${ansis.blueBright('fail')}`,
203203
);
204204
});
205205

0 commit comments

Comments
 (0)