Skip to content

test, eslintrc: s/assert.equal/assert.strictEqual/

Rodrigo Muino Tomonari requested to merge github/fork/gibfahn/assert-strict into master

Convert assert.equal() to assert.strictEqual() in test/ (no instances found elsewhere by eslint). Also adds a rule to enforce strict equal/notEqual.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test, eslint

Merge request reports

Loading