correct actual vs. expected order in assertions
See https://nodejs.org/api/assert.html. The "actual" value should come first, and the expected value should come second. This ordering is important in order for the output describing a failed test to be correct/accurate.
Showing
Please register or sign in to comment