Skip to content

test: improve code in test-child-process-kill

Checklist
  • make -j4 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

improve code in test-child-process-kill

  • use const instead of var for includes
  • replace assert.equal with assert.strictEqual

Merge request reports

Loading