0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/test/pummel
Maya Anilson 4d35fa7d07 test: replace closure with arrow function
PR-URL: https://github.com/nodejs/node/pull/24489
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-11-22 14:01:33 +05:30
..
test-abort-fatal-error.js
test-child-process-spawn-loop.js
test-crypto-dh.js
test-crypto-timing-safe-equal-benchmarks.js
test-dh-regr.js
test-dtrace-jsstack.js
test-exec.js test: switch strictEqual parameters - actual first before expected 2018-10-15 12:08:04 +02:00
test-fs-largefile.js
test-fs-watch-file-slow.js test: removed unused variable in fs-watch-file-slow 2018-10-15 12:08:04 +02:00
test-fs-watch-file.js test: use correct argument order for assert.strictEqual() 2018-10-15 12:03:08 +02:00
test-fs-watch-non-recursive.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
test-fs-watch-system-limit.js test: move test-fs-watch-system-limit from sequential to pummel 2018-11-09 16:11:51 -08:00
test-hash-seed.js
test-http-client-reconnect-bug.js
test-http-many-keep-alive-connections.js test: fix the arguments order in assert.strictEqual 2018-11-19 08:38:35 -08:00
test-http-upload-timeout.js
test-https-ci-reneg-attack.js
test-https-large-response.js
test-https-no-reader.js
test-keep-alive.js test: replace callback with arrow functions 2018-11-22 06:12:55 +01:00
test-net-connect-econnrefused.js
test-net-many-clients.js test: use the correct parameter order on assert.strictEqual() 2018-10-15 12:00:00 +02:00
test-net-pause.js test: replace anonymous closure with arrow functions 2018-11-21 06:29:29 -08:00
test-net-pingpong-delay.js test: swap expected and actual arguments in assert.strictEqual() 2018-10-15 12:03:08 +02:00
test-net-pingpong.js test: reverse the order of assertion statement arguments in pingpong test 2018-10-15 12:08:04 +02:00
test-net-throttle.js test: fix actual parameter order for 'assert.strictEqual' 2018-11-18 20:19:05 -08:00
test-net-timeout2.js
test-net-timeout.js test: replace closure with arrow function 2018-11-22 14:01:33 +05:30
test-net-write-callbacks.js test: assertion equality fix 2018-11-18 23:46:33 -08:00
test-next-tick-infinite-calls.js
test-process-cpuUsage.js
test-process-hrtime.js
test-process-uptime.js
test-regress-GH-814_2.js
test-regress-GH-814.js
test-regress-GH-892.js test: corret assertion arg order in test-regress-GH-892.js 2018-10-15 12:00:00 +02:00
test-stream-pipe-multi.js test: swap actual&optional params 2018-11-18 10:44:36 -08:00
test-timers.js test: swap arguments in strictEqual() 2018-07-10 02:00:31 +01:00
test-tls-ci-reneg-attack.js
test-tls-securepair-client.js test: corrected the order of arguments in assert.strictEqual() 2018-10-15 12:03:08 +02:00
test-tls-server-large-request.js
test-tls-session-timeout.js
test-tls-throttle.js
test-vm-memleak.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
test-vm-race.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
test-watch-file.js
testcfg.py