Skip to content

Commit c543f62

Browse files
Update packages/nx-plugin/src/executors/cli/executor.int.test.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent f21e7eb commit c543f62

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ describe('runAutorunExecutor', () => {
2727
});
2828

2929
it('should normalize context, parse CLI options and execute command', async () => {
30-
expect(process.env).toStrictEqual(
31-
expect.not.objectContaining({
32-
CP_VERBOSE: 'true',
33-
}),
34-
);
30+
expect(process.env).not.toHaveProperty('CP_VERBOSE', 'true');
3531
const output = await runAutorunExecutor(
3632
{ verbose: true },
3733
executorContext('utils'),

0 commit comments

Comments
 (0)