Skip to content

Commit 28321f5

Browse files
author
Michael Hladky
committed
refactor: wip
1 parent 6df53af commit 28321f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ describe('executor command', () => {
201201
expect(cleanStdout).toContain(
202202
'nx run my-lib:code-pushup collect --persist.filename=terminal-report',
203203
);
204+
throw new Error(cleanStdout);
204205
expect(cleanStdout).toContain('Code PushUp CLI');
205206

206207
await expect(

0 commit comments

Comments
 (0)