We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdd04b commit ac200a6Copy full SHA for ac200a6
test/addons/make-callback-recurse/test.js
@@ -15,7 +15,7 @@ assert.throws(function() {
15
makeCallback({}, function() {
16
throw new Error('hi from domain error');
17
});
18
-});
+}, /^Error: hi from domain error$/);
19
20
21
// Check the execution order of the nextTickQueue and MicrotaskQueue in
0 commit comments