Skip to content

removes string 3rd arg from calls to assert.strictEqual()

prevents AssertionError from reporting string literal, instead displays values of first 2 args passed to assert.strictEqual() in /test/parallel/test-stream-transform-final-sync.js

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading