Don't leak errorWithStack in late async expectation failures

This commit is contained in:
Steve Gravrock
2025-09-21 08:34:59 -07:00
parent e2a7740322
commit 17c0567bae
5 changed files with 20 additions and 10 deletions

View File

@@ -337,7 +337,8 @@ describe('Spec', function() {
message: 'foo thrown',
matcherName: '',
passed: false,
stack: null
stack: null,
globalErrorType: undefined
}
]);
});