Skip to content

test: replace var with const and use strictEqual

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)
Description of change

replace var with const and use assert.strictEqual instead assert.equal

Merge request reports

Loading