Don't leak global error handlers between Jasmine's own tests
This commit is contained in:
@@ -19,6 +19,10 @@ describe('MatchersSpec - HTML Dependent', function() {
|
||||
});
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
env.cleanup_();
|
||||
});
|
||||
|
||||
function match(value) {
|
||||
return spec.expect(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user