Skip to content

Commit

Permalink
test(plugin-lighthouse): update expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-skryl committed Oct 12, 2024
1 parent bc325eb commit 88b7fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/plugin-lighthouse-e2e/tests/collect.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('collect report with lighthouse-plugin NPM package', () => {

const { code, stdout } = await executeProcess({
command: 'npx',
args: ['@code-pushup/cli', 'collect', '--no-progress'],
args: ['@code-pushup/cli', 'collect', '--no-progress', '--verbose'],
cwd,
});

Expand Down

0 comments on commit 88b7fcd

Please sign in to comment.