We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1441838 commit 84b1e98Copy full SHA for 84b1e98
e2e/cli-e2e/tests/help.e2e.test.ts
@@ -23,6 +23,7 @@ describe('CLI help', () => {
23
const helpArgResult = await executeProcess({
24
command: 'npx',
25
args: ['@code-pushup/cli', 'help'],
26
+ cwd: envRoot,
27
});
28
const helpCommandResult = await executeProcess({
29
0 commit comments