Deep clone reporter events
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user