Main methods
-
QUnit.module()
Group related tests under a common label.
-
QUnit.only()
Add a test that is exclusively run.
-
QUnit.skip()
Add a test that will be skipped.
-
QUnit.start()
Start an async test suite.
-
QUnit.test()
Add a test to run.
-
QUnit.todo()
Add a test which expects at least one failing assertion.

