diff --git a/lib/runner.js b/lib/runner.js index f3dfc6c..d6d7a01 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -11,7 +11,7 @@ const path = require('path'); async function runTest(url, options = {}) { // Dynamically import dependencies (ESM) const { default: lighthouse } = await import('lighthouse'); - const { default: chromeLauncher } = await import('chrome-launcher'); + const chromeLauncher = await import('chrome-launcher'); const { v4: uuidv4 } = await import('uuid'); const isMobile = options.isMobile ?? true; // Default to mobile