Skip to content

Commit 13a6340

Browse files
author
John Doe
committed
refactor: wip
1 parent f3a9231 commit 13a6340

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,13 @@ describe('nx-plugin', () => {
173173
});
174174

175175
const cleanStdout = removeColorCodes(stdout);
176-
throw new Error(cleanStdout);
177176
// Nx command
178177
expect(cleanStdout).toContain('nx run my-lib:code-pushup --dryRun');
179178
// Run CLI executor
180179
expect(cleanStdout).toContain('DryRun execution of:');
181180
expect(cleanStdout).toContain('npx @code-pushup/cli');
182181
expect(cleanStdout).not.toContain('--verbose');
183-
expect(cleanStdout).toContain('CP_VERBOSE=true');
182+
expect(cleanStdout).toContain('CP_VERBOSE="true"');
184183
});
185184

186185
it('should consider plugin option bin in executor target', async () => {

0 commit comments

Comments
 (0)