assert(a === b) => assert.strictEqual(a, b)
When the test fails, we are getting actual values in the error message instead of + true = false
Showing
Please
register
or
sign in
to comment
When the test fails, we are getting actual values in the error message instead of + true = false