We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c7889 commit d7b4ad8Copy full SHA for d7b4ad8
test/addons-napi/test_exception/test.js
@@ -11,8 +11,7 @@ let caughtError;
11
12
// Test that the native side successfully captures the exception
13
let returnedError = test_exception.returnException(throwTheError);
14
-assert.strictEqual(theError, returnedError,
15
- 'Returned error is strictly equal to the thrown error');
+assert.strictEqual(theError, returnedError);
16
17
// Test that the native side passes the exception through
18
assert.throws(
0 commit comments