Skip to content

test: modernize JS and tighten equality checking

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Changed var --> const and let. Changed assert.equal --> assert.strictEqual Cleanup according to nodejs/code-and-learn#56

Merge request reports

Loading