Skip to content

test: refactor test-crypto test files

Checklist
  • make lint
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Description of change

Updated ./test/parallel/test-crypto*

  • var to const
  • assert.equal to assert.StrictEqual, same with notEqual
  • wrap callback with common.mustCall()

Merge request reports

Loading