Skip to content

test: cleanup test-c-ares.js

Cleanup according to https://github.com/nodejs/code-and-learn/issues/56

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

test

Description of change
  • replace equal with strictEqual
  • use const instead of var
  • wrap callbacks into common.mustCall()

Merge request reports

Loading