jasmine.Queue iterates by looping rather than recursing, so stack overflows should be less likely.

This commit is contained in:
Christian Williams
2009-10-12 23:09:51 -05:00
parent b7549196da
commit 5659a1e79e
3 changed files with 66 additions and 31 deletions

View File

@@ -39,6 +39,7 @@
'suites/ExceptionsSpec.js',
'suites/TrivialReporterSpec.js',
'suites/MatchersSpec.js',
'suites/QueueSpec.js',
'suites/ReporterSpec.js',
'suites/MultiReporterSpec.js',
'suites/PrettyPrintSpec.js',