Don't leak errorWithStack in late async expectation failures
This commit is contained in:
@@ -337,7 +337,8 @@ describe('Spec', function() {
|
||||
message: 'foo thrown',
|
||||
matcherName: '',
|
||||
passed: false,
|
||||
stack: null
|
||||
stack: null,
|
||||
globalErrorType: undefined
|
||||
}
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user