Fixed global variable leak when using ParallelReportDispatcher

This commit is contained in:
Steve Gravrock
2023-08-22 19:34:22 -07:00
parent 58bee05c36
commit 4ba42f3746
3 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
getJasmineRequireObj().ReportDispatcher = function(j$) {
'use strict';
function ReportDispatcher(methods, queueRunnerFactory, onLateError) {
const dispatchedMethods = methods || [];