Skip to content

test: use const or let and assert.strictEqual

Checklist
  • make -j8 test (UNIX)
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Change assert.equal() to assert.strictEqual(), change var to const in require statements and change i in for loop to let

Merge request reports

Loading