Skip to content

test: refactor the code in test-util-debug.js

Rodrigo Muino Tomonari requested to merge github/fork/sivaprs/test-2016 into master
  • use const and let instead of var
  • use assert.strictEqual instead of assert.equal
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description

  • use const and let instead of var
  • use assert.strictEqual instead of assert.equal

Merge request reports

Loading