Skip to content

Commit 61d7252

Browse files
author
Michael Hladky
committed
refactor: wip
1 parent 28321f5 commit 61d7252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/nx-plugin-e2e/tests/executor-cli.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ describe('executor command', () => {
192192
`${project}:code-pushup`,
193193
'collect',
194194
'--persist.filename=terminal-report',
195+
'--verbose',
195196
],
196197
cwd,
197198
});
@@ -201,7 +202,6 @@ describe('executor command', () => {
201202
expect(cleanStdout).toContain(
202203
'nx run my-lib:code-pushup collect --persist.filename=terminal-report',
203204
);
204-
throw new Error(cleanStdout);
205205
expect(cleanStdout).toContain('Code PushUp CLI');
206206

207207
await expect(

0 commit comments

Comments
 (0)