Main assertions:
-
module
Group related tests under a single label.
-
only
Adds a test to exclusively run, preventing all other tests from running.
-
skip
Adds a test like object to be skipped
-
start
QUnit.start() is used to start an async test set
-
test
Add a test to run.
-
todo
Adds a test which expects at least one failing assertion during its run.