Skip to content

Commit 7c573c7

Browse files
author
John Doe
committed
refactor: wip debug
1 parent 7d36180 commit 7c573c7

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
@@ -176,7 +176,7 @@ describe('nx-plugin', () => {
176176
// Nx command
177177
expect(cleanStdout).toContain('nx run my-lib:code-pushup');
178178
// Run CLI executor
179-
expect(cleanStdout).toContain('Command: <CWD> $ npx @code-pushup/cli');
179+
expect(cleanStdout).toBe('Command: <CWD> $ npx @code-pushup/cli');
180180
expect(cleanStdout).toContain('--verbose');
181181
expect(cleanStdout).toContain('--dryRun ');
182182
});

0 commit comments

Comments
 (0)