Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove 3rd argument from assert.strictEqual
If there is an AssertionError, the string literal is printed and not the value of `r`. For debugging purposes, it is good to know if `r` is false or null or something else. PR-URL: #19707 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
- Loading branch information