Skip to content

Commit 315461d

Browse files
author
John Doe
committed
refactor: wip
1 parent 21eab84 commit 315461d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ describe('nx-plugin', () => {
202202
// Run CLI executor - check for DryRun execution message
203203
expect(cleanStdout).toContain('DryRun execution of:');
204204
expect(cleanStdout).toContain('npx @code-pushup/cli');
205+
expect(cleanStdout).not.toContain('--dryRun');
206+
expect(cleanStdout).not.toContain('--verbose');
205207
});
206208

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

0 commit comments

Comments
 (0)