Merge pull request #2532 from xi/feature-jasmine-add-missing

jasmine: add missing variable DEFAULT_TIMEOUT_INTERVAL
This commit is contained in:
Basarat Ali Syed
2014-07-21 20:25:09 +10:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -698,3 +698,5 @@ describe("Asynchronous specs", function () {
};
})();
jasmine.DEFAULT_TIMEOUT_INTERVAL = 1000;
+1
View File
@@ -429,4 +429,5 @@ declare module jasmine {
export var HtmlReporter: HtmlReporter;
export var HtmlSpecFilter: HtmlSpecFilter;
export var DEFAULT_TIMEOUT_INTERVAL: number;
}