Revert "[Finishes #45476285] Add timeout support to async tests"
This reverts commit 8f5d0beb8c.
Async timeout support is just not ready for prime time.
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
|
||||
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