()
| 4352 | registerLoggingCallbacks(QUnit); |
| 4353 | |
| 4354 | function scheduleBegin() { |
| 4355 | |
| 4356 | runStarted = true; |
| 4357 | |
| 4358 | // Add a slight delay to allow definition of more modules and tests. |
| 4359 | if (defined.setTimeout) { |
| 4360 | setTimeout$1(function () { |
| 4361 | begin(); |
| 4362 | }); |
| 4363 | } else { |
| 4364 | begin(); |
| 4365 | } |
| 4366 | } |
| 4367 | |
| 4368 | function unblockAndAdvanceQueue() { |
| 4369 | config.blocking = false; |