Reset the env state between parallel batches
This commit is contained in:
@@ -499,6 +499,11 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
reportSpecDone
|
||||
});
|
||||
|
||||
this.parallelReset = function() {
|
||||
// TODO: ensure that autoCleanClosures was false
|
||||
suiteBuilder.parallelReset();
|
||||
};
|
||||
|
||||
/**
|
||||
* Executes the specs.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user