Skip to content

Commit 2dcfb65

Browse files
author
John Doe
committed
refactor: fix int test
1 parent 348246c commit 2dcfb65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nx-plugin/src/executors/cli/executor.int.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ describe('runAutorunExecutor', () => {
4747
command: 'npx',
4848
args: expect.arrayContaining(['@code-pushup/cli']),
4949
cwd: process.cwd(),
50+
env: {
51+
CP_VERBOSE: 'true',
52+
},
5053
});
5154
});
5255
});

0 commit comments

Comments
 (0)