SemanticMediaWiki / SemanticResultFormats

Provides additional visualizations (result formats) for Semantic MediaWiki
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats
Other
45 stars 75 forks source link

Make QUnit tests v2 compatible #652

Closed gesinn-it-gea closed 2 years ago

gesinn-it-gea commented 3 years ago

Most of the QUnit tests are broken since the upgrade to QUnit 2 which happend in MW 1.30.

gesinn-it-gea commented 3 years ago

Test usually fails with TypeError: test.callback.call is not a function. This can be easily fixed by updating the QUnit.test signature:

QUnit.test( 'init', 6, function ( assert ) {QUnit.test( 'init', function ( assert ) {