Skip to content

test: remove deepStrictEqual() third argument, change it into a comment

Rodrigo Muino Tomonari requested to merge github/fork/ceccode/ffrancesco into master

The call to assert.deepStrictEqual() has a string literal for its third argument. Unfortunately, a side effect of that is that the values of the first two arguments are not displayed if there is an AssertionError. That information is useful for debugging.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading