Skip to content

test: modernized JS and tighten equality checking in test-eval.js

Rodrigo Muino Tomonari requested to merge github/fork/wzoom/test-eval into master
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 assert.equal -> assert.strictEqual Cleanup according to nodejs/code-and-learn#56

Merge request reports

Loading