Skip to content

Commit eccec6d

Browse files
author
Michael Hladky
committed
refactor: fix lighthouse text styling
1 parent e82c53a commit eccec6d

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)