Async control
assert.async()
Instruct QUnit to wait for an asynchronous operation.
assert.rejects()
Test if the provided promise rejects.
assert.timeout()
How long a test may spend in async operations.
QUnit.start()
Start the test runner.
QUnit.test()
Define a test.