Main methods
If you’re new to QUnit, check out Getting Started!
QUnit.module()
Group related tests under a common label.
QUnit.start()
Start the test runner.
QUnit.test()
Define a test.
QUnit.test.each()
Add tests using a data provider.
QUnit.test.if()
Add a test that may be skipped.
QUnit.test.only()
Add a test that is exclusively run.
QUnit.test.skip()
Add a test that will be skipped.
QUnit.test.todo()
Add a test which expects at least one failing assertion.