node/test/pummel
sreepurnajasti 2004efded8
test: improve to use template string
PR-URL: https://github.com/nodejs/node/pull/18097
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
2018-02-27 00:43:25 -05:00
..
test-abort-fatal-error.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-child-process-spawn-loop.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-crypto-dh.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-crypto-timing-safe-equal-benchmarks.js test: make use of common/fixtures.fixturesDir 2017-11-28 13:10:17 +09:00
test-dh-regr.js test: improve assert message in test-dh-regr 2017-11-28 13:10:21 +09:00
test-dtrace-jsstack.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-exec.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-fs-watch-file-slow.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
test-fs-watch-file.js test: adjust indentation for stricter linting 2017-09-05 12:49:50 -04:00
test-fs-watch-non-recursive.js test: add common.mustNotCall() 2017-05-15 15:37:48 -04:00
test-hash-seed.js test: use common/fixtures module in hash-seed test 2017-11-28 13:11:05 +09:00
test-http-client-reconnect-bug.js test: add common.noop, default for common.mustCall() 2017-08-15 20:57:17 -07:00
test-http-many-keep-alive-connections.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
test-http-upload-timeout.js
test-https-ci-reneg-attack.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-https-large-response.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-https-no-reader.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-keep-alive.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-net-connect-econnrefused.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
test-net-connect-memleak.js test: remove common.noop 2017-09-05 12:49:53 -04:00
test-net-many-clients.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
test-net-pause.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-net-pingpong-delay.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
test-net-pingpong.js test: fix RegExp nits 2017-07-30 23:11:11 -05:00
test-net-throttle.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-net-timeout.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-net-timeout2.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-net-write-callbacks.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-next-tick-infinite-calls.js
test-process-cpuUsage.js test: fix conversion of microseconds in test 2017-09-19 14:26:58 -04:00
test-process-hrtime.js
test-process-uptime.js
test-regress-GH-814.js test: replace indexOf with includes and startsWith 2017-08-15 20:57:33 -07:00
test-regress-GH-814_2.js test: replace indexOf with includes and startsWith 2017-08-15 20:57:33 -07:00
test-regress-GH-892.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-stream-pipe-multi.js test: remove assert message 2017-10-25 04:09:46 -04:00
test-timer-wrap.js
test-timer-wrap2.js
test-timers.js test: reduce string concatenations 2017-07-11 17:43:49 +01:00
test-tls-ci-reneg-attack.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-tls-connect-memleak.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-tls-securepair-client.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-tls-server-large-request.js test: use ES6 classes instead of util.inherits 2017-11-28 13:10:28 +09:00
test-tls-session-timeout.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
test-tls-throttle.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-vm-memleak.js test: improve to use template string 2018-02-27 00:43:25 -05:00
test-vm-race.js vm: fix race condition with timeout param 2017-07-30 23:11:12 -05:00
test-watch-file.js
testcfg.py