We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cause
1 parent a09133e commit ca1b906Copy full SHA for ca1b906
test/throws.js
@@ -169,7 +169,7 @@ tap.test('failures', function (tt) {
169
' expected: |-',
170
' [Function: TypeError]',
171
' actual: |-',
172
- " { [RangeError: actual!] message: 'actual!' }",
+ ' { [RangeError: actual!] ' + ('cause' in Error.prototype ? '[cause]: undefined, ' : '') + "message: 'actual!' }",
173
' at: Test.<anonymous> ($TEST/throws.js:$LINE:$COL)',
174
' stack: |-',
175
' RangeError: actual!',
0 commit comments