Skip to content

test: updates != and var language

Rodrigo Muino Tomonari requested to merge nicholas/firstContrib into master

Created by: ghost

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

Changes var to const, != to !==, and assert.equal() to assert.strict Equal()

Merge request reports

Loading