Skip to content

test: update var to let/const and assert.equal to assert.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 variable declarations to const/let where possible. Updated assert.equal calls to assert.strictEqual where possible.

Merge request reports

Loading