QUnit.moduleStart( callback )
Description: Register a callback to fire whenever a module begins.
-
QUnit.moduleStart( callback )
-
callbackCallback to execute. Provides a single argument with the following property:
-
nameType: StringName of the next module to run
-
-
Example:
Register a callback that logs the module name
|
1
2
3
|
|