Skip to content

Test/improve deepstrict equal debug message

This PR improves debugging output message from assert.strictEqual() function.

The function's 3rd param is a string, meaning that the values of requests_done and requests_sent were not being included in the message. But those values are useful for debugging.

So I Changed the string to a template literal that will include those two values.

Checklist

Merge request reports

Loading