[Finishes #45476285] Add timeout support to async tests

This commit is contained in:
Colin O'Byrne and JR Boyens
2013-07-23 16:43:42 -07:00
parent 9609aba25f
commit 8f5d0beb8c
6 changed files with 95 additions and 8 deletions

View File

@@ -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);