We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8be40 commit 4348ffeCopy full SHA for 4348ffe
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