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