Skip to content

Commit 15ab9b0

Browse files
committed
empty object
1 parent 1b29149 commit 15ab9b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/run-audit-with-url/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import { formatResults } from '../../format.js';
22
import { runLighthouse, getBrowserPath } from '../../run-lighthouse.js';
33

4-
const runAuditWithUrl = async ({ path = '', url, thresholds, settings }) => {
4+
const runAuditWithUrl = async ({
5+
path = '',
6+
url,
7+
thresholds,
8+
settings = {},
9+
}) => {
510
try {
611
const browserPath = await getBrowserPath();
712

0 commit comments

Comments
 (0)