Skip to content

Commit aea384b

Browse files
author
John Doe
committed
refactor: wip
1 parent f5b950b commit aea384b

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
@@ -173,7 +173,7 @@ describe('nx-plugin', () => {
173173
});
174174

175175
const cleanStdout = removeColorCodes(stdout);
176-
throw new Error(cleanStdout);
176+
177177
// Nx command
178178
expect(cleanStdout).toContain('nx run my-lib:code-pushup --dryRun');
179179
// Run CLI executor

0 commit comments

Comments
 (0)