Skip to content

Commit d7c4eec

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 c543f62 commit d7c4eec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ describe('runAutorunExecutor', () => {
5050
cwd: process.cwd(),
5151
});
5252

53-
expect(process.env).toStrictEqual(
54-
expect.objectContaining({
55-
CP_VERBOSE: 'true',
56-
}),
57-
);
53+
expect(process.env).toHaveProperty('CP_VERBOSE', 'true');
5854
});
5955
});

0 commit comments

Comments
 (0)