Skip to content

Update test-tcp-wrap-listen.js with strictEqual and ES6 syntax

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

Tests

Description of change

Updated the test-tcp-wrap-listen.js to include strictEqual instead of equal, updated == to ===, and implemented new ES6 syntax where necessary.

Merge request reports

Loading