Skip to content

test: use strictEqual in test-child-process-constructor

Checklist
  • [x ] make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • [x ] tests and/or benchmarks are included
  • [x ] commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

change all assert.equal() to use assert.strictEqual()

Merge request reports

Loading