Skip to content

Commit e120e3b

Browse files
author
John Doe
committed
refactor: wip
1 parent 21511d4 commit e120e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ describe('nx-plugin', () => {
198198

199199
const cleanStdout = removeColorCodes(stdout);
200200
// Nx command
201-
process.stdout.write(cleanStdout); // For easier debugging
201+
throw new Error(cleanStdout); // For easier debugging
202202
expect(cleanStdout).toContain('nx run my-lib:code-pushup');
203203
// Run CLI executor
204204
expect(cleanStdout).toContain('DryRun execution of:');

0 commit comments

Comments
 (0)