Skip to content

Commit d7990fc

Browse files
committed
test(plugin-lighthouse): fix test assertion after f20b3b8
1 parent 7201542 commit d7990fc

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)