Remove now unused updateInterval that was being set in specs
This commit is contained in:
@@ -3,7 +3,6 @@ describe("MatchersSpec - HTML Dependent", function () {
|
||||
|
||||
beforeEach(function() {
|
||||
env = new j$.Env();
|
||||
env.updateInterval = 0;
|
||||
|
||||
var suite = env.describe("suite", function() {
|
||||
spec = env.it("spec", function() {
|
||||
|
||||
Reference in New Issue
Block a user