Skip to content

test: Remove string literals for strictEquals/notStrictEquals

Rodrigo Muino Tomonari requested to merge RemovingStringLiteralErrors into master

Created by: ghost

Ref: https://github.com/nodejs/node/pull/22849.

In short: Some unit tests are using string literals to simply tell you a conclusion what's right/wrong BUT not tell you what actually values are. So it's necessary to print them out in the console.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows [commit guidelines]

Merge request reports

Loading