Reset the env state between parallel batches

This commit is contained in:
Steve Gravrock
2022-07-29 08:34:49 -07:00
parent fcbab02b2d
commit 3a43871901
8 changed files with 203 additions and 2 deletions
+5
View File
@@ -499,6 +499,11 @@ getJasmineRequireObj().Env = function(j$) {
reportSpecDone
});
this.parallelReset = function() {
// TODO: ensure that autoCleanClosures was false
suiteBuilder.parallelReset();
};
/**
* Executes the specs.
*