summaryrefslogtreecommitdiff
path: root/test/parallel/test-net-connect-options-port.js
Commit message (Expand)AuthorAgeFilesLines
* test: use `assert.match` instead of `regexp.test`Michaël Zasso2021-09-061-1/+1
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-1/+1
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-2/+2
* net: check args in net.connect() and socket.connect() callsDenys Otrishko2020-06-241-2/+1
* dns: add dns.ALL hints flag constantmurgatroid992020-03-301-1/+1
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-8/+8
* test: change anonymous closure function to arrow functionNethra Ravindran2018-11-231-5/+5
* assert: align argument namesRuben Bridgewater2018-09-111-47/+38
* net: emit 'close' after 'end'Luigi Pinca2018-03-211-6/+12
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-14/+7
* test: use shorthand propertiesTobias Nießen2018-01-171-1/+1
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-081-2/+2
* net: convert to using internal/errorsmatzavinos2017-10-151-30/+35
* errors: migrate dns to use internal/errorsWeijia Wang2017-07-241-3/+5
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-7/+7
* test: fix RegExp nitsVse Mozhet Byt2017-06-211-1/+1
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-3/+3
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-1/+2
* test: add more and refactor test cases to net.connectJoyee Cheung2017-03-161-0/+221