Backfill some unit tests for Runner's interaction with TreeProcessor

This commit is contained in:
Steve Gravrock
2025-07-29 09:48:32 -07:00
parent bb777e93e5
commit 5e88fde655
4 changed files with 278 additions and 2 deletions

View File

@@ -497,6 +497,7 @@ getJasmineRequireObj().Env = function(j$) {
runableResources,
reporter,
queueRunnerFactory,
TreeProcessor: j$.TreeProcessor,
getConfig: () => config,
reportSpecDone
});