Skip to content

Commit e4a50af

Browse files
BioPhotonmatejchalk
andcommitted
Update packages/nx-plugin/src/executors/internal/env.unit.test.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent b6119bf commit e4a50af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nx-plugin/src/executors/internal/env.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('parseEnv', () => {
3434
expect(() => parseEnv({ CP_TIMEOUT: '-1' })).toThrow('Invalid');
3535
});
3636

37-
it('should throw for process.env.CP_SERVER option < 0', () => {
37+
it('should throw for invalid URL in process.env.CP_SERVER option', () => {
3838
expect(() => parseEnv({ CP_SERVER: 'httptpt' })).toThrow('Invalid url');
3939
});
4040
});

0 commit comments

Comments
 (0)