Don't leak global error handlers between Jasmine's own tests
This commit is contained in:
@@ -6,6 +6,10 @@ describe('Default Spy Strategy (Integration)', function() {
|
||||
env.configure({random: false});
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
env.cleanup_();
|
||||
});
|
||||
|
||||
it('allows defining a default spy strategy', function(done) {
|
||||
env.describe('suite with default strategy', function() {
|
||||
env.beforeEach(function() {
|
||||
|
||||
Reference in New Issue
Block a user