Env no longer automatically uninstalls the clock after each spec
- Behaves more like how we want plugins to behave [#58281436]
This commit is contained in:
@@ -170,7 +170,6 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
removeAllSpies();
|
||||
j$.Expectation.resetMatchers();
|
||||
customEqualityTesters.length = 0;
|
||||
self.clock.uninstall();
|
||||
self.currentSpec = null;
|
||||
self.reporter.specDone(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user