Async control
-
assert.async()
Instruct QUnit to wait for an asynchronous operation.
-
QUnit.start()
Start an async test suite.
-
QUnit.test()
Add a test to run.
-
assert.timeout()
Set the length of time to wait for async operations before failing the test.

