Skip to content

replaced ==, !=, some var instances, assert.equal() for more clarity

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

tests

Description of change
  • replaced == with ===
  • replaced != as !==
  • replaced some var instances with const
  • replaced assert.equal() with assert.strictEqual()

Merge request reports

Loading