QUnit should throw warnings (reporter/console) for deprecated features, including:
- use of global methods instead of the namespaced methods. (some can be easily fixed with local variables like:
var test = QUnit.test;)
- use of stop/start methods
- etc
Also it should mention the qunit-migrate tools.
QUnit should throw warnings (reporter/console) for deprecated features, including:
var test = QUnit.test;)Also it should mention the qunit-migrate tools.