Removed unnecessary TODO

This commit is contained in:
Steve Gravrock
2023-03-25 11:21:04 -07:00
parent 656427d328
commit 299fd1f770
2 changed files with 0 additions and 2 deletions

View File

@@ -1644,7 +1644,6 @@ getJasmineRequireObj().Env = function(j$) {
};
this.parallelReset = function() {
// TODO: ensure that autoCleanClosures was false
suiteBuilder.parallelReset();
runner.parallelReset();
};

View File

@@ -509,7 +509,6 @@ getJasmineRequireObj().Env = function(j$) {
};
this.parallelReset = function() {
// TODO: ensure that autoCleanClosures was false
suiteBuilder.parallelReset();
runner.parallelReset();
};