Assertion code parsing does not occur using TestContext's assert. #54760
Labels
assert
Issues and PRs related to the assert subsystem.
test_runner
Issues and PRs related to the test runner subsystem.
The following code snippet:
Produces the following output:
Notice how the error message includes the failing assertion
assert.ok("Hello" === "World")
.In contrast, the following code snippet:
Results in a much less descriptive error:
Notice that this output lacks the detailed error message with the specific failing assertion.
Ref: nodejs/help#4461
The text was updated successfully, but these errors were encountered: