Skip to content

Commit

Permalink
bundle smoke fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jul 18, 2023
1 parent abf4bd4 commit 64dcc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/test/smokehouse/lighthouse-runners/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {Worker, isMainThread, parentPort, workerData} from 'worker_threads';
import {once} from 'events';

import puppeteer from 'puppeteer-core';
import ChromeLauncher from 'chrome-launcher';
import * as ChromeLauncher from 'chrome-launcher';

import {LH_ROOT} from '../../../../root.js';
import {loadArtifacts, saveArtifacts} from '../../../../core/lib/asset-saver.js';
Expand Down

0 comments on commit 64dcc65

Please sign in to comment.