Skip to content

test: refactor test-timers-linked-list.js

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

test timers

Description of change
  • check that empty linked lists have identical properties
  • assert.equal() -> assert.strictEqual()
  • var -> const

Merge request reports

Loading