Skip to content

test: update to const and strictEqual

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

test

Description of change

Updated all var to const and updated assert.equal to assert.strictEqual

Merge request reports

Loading