Don't leak global error handlers between Jasmine's own tests
This commit is contained in:
@@ -5,6 +5,10 @@ describe('Spies', function() {
|
||||
env = new jasmineUnderTest.Env();
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
env.cleanup_();
|
||||
});
|
||||
|
||||
describe('createSpy', function() {
|
||||
var TestClass;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user