Non-blocking asynchronous tests using QUnit
问题 It seems that the QUnit functions stop() and start() allow to wait for asynchronous tests, but during that waiting period the whole test suite hangs. Is there a way to run asynchronous tests in a non-blocking fashion using QUnit? 回答1: Looking at the docs for asyncTest and stop, there's two reason's I can see that it's set up like that. So that you aren't accidentally running two tests at a time which might conflict with something (ie, modifying the DOM and so changing each others' test