Merge "resources: Strip '$' and 'mw' from file closures"
[lhc/web/wiklou.git] / tests / qunit / suites / resources / jquery / jquery.lengthLimit.test.js
index 7117d1f..75a8d10 100644 (file)
@@ -1,4 +1,4 @@
-( function ( $, mw ) {
+( function () {
        var simpleSample, U_20AC, poop, mbSample;
 
        QUnit.module( 'jquery.lengthLimit', QUnit.newMwEnvironment() );
@@ -55,7 +55,7 @@
                        // Simulate pressing keys for each of the sample characters
                        addChars( opt.$input, opt.sample );
 
-                       assert.equal(
+                       assert.strictEqual(
                                opt.$input.val(),
                                opt.expected,
                                'New value matches the expected string'
                expected: '\uD800'
        } );
 
-}( jQuery, mediaWiki ) );
+}() );