We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c84db6 commit 9cc435dCopy full SHA for 9cc435d
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