[Finishes #45476285] Add timeout support to async tests
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
var env = jasmine.getEnv();
|
||||
|
||||
SUPER_TIMEOUT = setTimeout;
|
||||
SUPER_CLEAR_TIMEOUT = clearTimeout;
|
||||
|
||||
var jasmineInterface = {
|
||||
describe: function(description, specDefinitions) {
|
||||
return env.describe(description, specDefinitions);
|
||||
|
||||
Reference in New Issue
Block a user