We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe9778 commit 644a9d6Copy full SHA for 644a9d6
test/addons-napi/test_exception/test.js
@@ -26,7 +26,7 @@ const test_exception = (function() {
26
27
// Test that the native side successfully captures the exception
28
let returnedError = test_exception.returnException(throwTheError);
29
- assert.strictEqual(theError, returnedError);
+ assert.strictEqual(returnedError, theError);
30
31
// Test that the native side passes the exception through
32
assert.throws(
0 commit comments