Deep clone reporter events

This commit is contained in:
Steve Gravrock
2025-09-20 16:18:56 -07:00
parent d333ecb5b1
commit 6e0342fc8e
3 changed files with 34 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ getJasmineRequireObj().ReportDispatcher = function(j$) {
return;
}
const thisEvent = j$.util.clone(event);
const thisEvent = structuredClone(event);
if (fn.length <= 1) {
fns.push({
fn: function() {