Don't leak global error handlers between Jasmine's own tests
This commit is contained in:
@@ -7,6 +7,10 @@ describe("spec running", function () {
|
||||
env.configure({random: false});
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
env.cleanup_();
|
||||
});
|
||||
|
||||
it('should assign spec ids sequentially', function() {
|
||||
var it0, it1, it2, it3, it4;
|
||||
env.describe('test suite', function() {
|
||||
|
||||
Reference in New Issue
Block a user