Skip to content

Commit

Permalink
chore: expose Lighthouse runner extension (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Feb 13, 2023
1 parent 70fab1e commit 5e37a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ export { PuppeteerRunnerOwningBrowserExtension } from './PuppeteerRunnerExtensio
export { PuppeteerStringifyExtension } from './PuppeteerStringifyExtension.js';
export { PuppeteerReplayStringifyExtension } from './PuppeteerReplayStringifyExtension.js';
export { LighthouseStringifyExtension } from './lighthouse/LighthouseStringifyExtension.js';
export { LighthouseRunnerExtension } from './lighthouse/LighthouseRunnerExtension.js';
export * from './JSONUtils.js';

0 comments on commit 5e37a44

Please sign in to comment.