Skip to content

test: replace assert.equal to assert.strictEqual, var to const/let

Rodrigo Muino Tomonari requested to merge github/fork/mbchoa/master into master
Checklist
  • make -j8 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)

test

Description of change
  • Replaced var keywords to const / let
  • Replaced assert.equal assertions to use assert.strictEqual

Merge request reports

Loading