Skip to content

test: switch strictEqual parameters - actual first before expected

test: switch strictEqual parameters - actual first before expected

In the documentation, assert.strictEqual() the actual comes before the expected value. This commit fixes test/pummel/test-exec.js to keep consistent with the documentation. Reference: https://nodejs.org/api/assert.html#assert_assert_strictequal_actual_expected_message

Merge request reports

Loading