Remove unused variables from closures
[lhc/web/wiklou.git] / tests / qunit / suites / resources / mediawiki.special / mediawiki.special.recentchanges.test.js
index edc2716..14c2bb4 100644 (file)
@@ -1,9 +1,9 @@
-( function ( mw, $ ) {
+( function ( $ ) {
        QUnit.module( 'mediawiki.special.recentchanges', QUnit.newMwEnvironment() );
 
        // TODO: verify checkboxes == [ 'nsassociated', 'nsinvert' ]
 
-       QUnit.test( '"all" namespace disable checkboxes', 8, function ( assert ) {
+       QUnit.test( '"all" namespace disable checkboxes', function ( assert ) {
                var selectHtml, $env, $options,
                        rc = require( 'mediawiki.special.recentchanges' );
 
@@ -61,4 +61,4 @@
                // DOM cleanup
                $env.remove();
        } );
-}( mediaWiki, jQuery ) );
+}( jQuery ) );