Skip to content

Commit 4857cb3

Browse files
committed
fix style lint issue
1 parent b90a5f1 commit 4857cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e2e/not-found-onsuccess.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('lighthousePlugin with single not-found run (onSuccess)', () => {
3232
'Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404)',
3333
];
3434

35-
await lighthousePlugin().onSuccess({utils: mockUtils})
35+
await lighthousePlugin().onSuccess({ utils: mockUtils });
3636
expect(formatMockLog(console.log.mock.calls)).toEqual(logs);
3737
});
3838

0 commit comments

Comments
 (0)